Html Css Color HEX #D66030 Chilean Fire

📋 copy color: '#D66030'

red 214 ◦ green 96 ◦ blue 48

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

Shades of Chilean Fire #D66030

Tints of Chilean Fire #D66030

RGB

 RED value IS 214 (83.98% from 255) = 59.78%

 GREEN value IS 96 (37.89% from 255) = 26.82%

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

R = 59.78%
G = 26.82%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D66030 (or 0xD66030) is known color: Chilean Fire. HEX triplet: D6, 60 and 30. RGB value is (214,96,48). Sum of RGB (Red+Green+Blue) = 214+96+48=358 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.78% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 48 (19.14% from 255 or 13.41% from 358); Max value from RGB is 214 - color contains mainly: red. Hex color #D66030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66030 is #299FCF. Grayscale: #7E7E7E. Windows color (decimal): -2727888 or 3170518. OLE color: 3170518.

HSL color Cylindrical-coordinate representation of color #D66030: hue angle of 17.35º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D66030 is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 96 48 -
CMYK 0 0.55 0.78 0.16
HSL 17.35º 0.67% 0.51% -
HSV(B) 17.35º 0.78% 0.84% -
XYZ 32.45 22.88 5.5 -
YUV 125.81 84.09 190.9 -
System Red Green Blue C M Y K H S L
Decimal 214 96 48 0 0.55 0.78 0.16 17.35 0.67 0.51
Hex D6 60 30 0 37 4E 10 11 43 33
Octal 326 140 60 0 67 116 20 21 103 63
Binary 11010110 1100000 110000 0 110111 1001110 10000 10001 1000011 110011

Color Harmonies of #D66030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66030

Black with #D66030

Text Example


Text Example

White with #D66030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66030; }

 p { color: rgb(214,96,48); }

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

background-color css

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

 a { background-color: rgb(214,96,48); }

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

border-color css

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

 span { border-color: rgb(214,96,48); }

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