Html Css Color HEX #D06430 Chilean Fire

📋 copy color: '#D06430'

red 208 ◦ green 100 ◦ blue 48

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

Shades of Chilean Fire #D06430

Tints of Chilean Fire #D06430

RGB

 RED value IS 208 (81.64% from 255) = 58.43%

 GREEN value IS 100 (39.45% from 255) = 28.09%

 BLUE value IS 48 (19.14% from 255) = 13.48%

R = 58.43%
G = 28.09%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D06430 (or 0xD06430) is known color: Chilean Fire. HEX triplet: D0, 64 and 30. RGB value is (208,100,48). Sum of RGB (Red+Green+Blue) = 208+100+48=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 48 (19.14% from 255 or 13.48% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D06430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06430 is #2F9BCF. Grayscale: #7E7E7E. Windows color (decimal): -3120080 or 3171536. OLE color: 3171536.

HSL color Cylindrical-coordinate representation of color #D06430: hue angle of 19.5º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D06430 is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 100 48 -
CMYK 0 0.52 0.77 0.18
HSL 19.5º 0.63% 0.5% -
HSV(B) 19.5º 0.77% 0.82% -
XYZ 31.1 22.74 5.55 -
YUV 126.36 83.78 186.23 -
System Red Green Blue C M Y K H S L
Decimal 208 100 48 0 0.52 0.77 0.18 19.5 0.63 0.5
Hex D0 64 30 0 34 4D 12 14 3F 32
Octal 320 144 60 0 64 115 22 24 77 62
Binary 11010000 1100100 110000 0 110100 1001101 10010 10100 111111 110010

Color Harmonies of #D06430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06430

Black with #D06430

Text Example


Text Example

White with #D06430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06430; }

 p { color: rgb(208,100,48); }

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

background-color css

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

 a { background-color: rgb(208,100,48); }

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

border-color css

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

 span { border-color: rgb(208,100,48); }

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