Html Css Color HEX #DF451E Cinnabar

📋 copy color: '#DF451E'

red 223 ◦ green 69 ◦ blue 30

#DF451E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cinnabar #DF451E

Tints of Cinnabar #DF451E

RGB

 RED value IS 223 (87.5% from 255) = 69.25%

 GREEN value IS 69 (27.34% from 255) = 21.43%

 BLUE value IS 30 (12.11% from 255) = 9.32%

R = 69.25%
G = 21.43%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DF451E (or 0xDF451E) is known color: Cinnabar. HEX triplet: DF, 45 and 1E. RGB value is (223,69,30). Sum of RGB (Red+Green+Blue) = 223+69+30=322 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.25% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 30 (12.11% from 255 or 9.32% from 322); Max value from RGB is 223 - color contains mainly: red. Hex color #DF451E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF451E is #20BAE1. Grayscale: #6E6E6E. Windows color (decimal): -2144994 or 1983967. OLE color: 1983967.

HSL color Cylindrical-coordinate representation of color #DF451E: hue angle of 12.12º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF451E is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 69 30 -
CMYK 0 0.69 0.87 0.13
HSL 12.12º 0.76% 0.5% -
HSV(B) 12.12º 0.87% 0.87% -
XYZ 32.79 20.04 3.37 -
YUV 110.6 82.52 208.17 -
System Red Green Blue C M Y K H S L
Decimal 223 69 30 0 0.69 0.87 0.13 12.12 0.76 0.5
Hex DF 45 1E 0 45 57 D C 4C 32
Octal 337 105 36 0 105 127 15 14 114 62
Binary 11011111 1000101 11110 0 1000101 1010111 1101 1100 1001100 110010

Color Harmonies of #DF451E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF451E

Black with #DF451E

Text Example


Text Example

White with #DF451E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF451E; }

 p { color: rgb(223,69,30); }

 H1.HeaderClassName
 {
   color: #DF451E;
 }
 .AnyTagClassName
 {
   color: #DF451E;
 }
</style>

background-color css

<style>
 a { background-color: #DF451E; }

 a { background-color: rgb(223,69,30); }

 div.DivClassName
 {
   background-color: #DF451E;
 }
 .BgClassName
 {
   background-color: #DF451E;
 }
</style>

border-color css

<style>
 span { border-color: #DF451E; }

 span { border-color: rgb(223,69,30); }

 td.TdClassName
 {
   border-color: #DF451E;
 }
 .TagClassName
 {
   border-color: #DF451E;
 }
</style>