Html Css Color HEX #D65030 Chilean Fire

📋 copy color: '#D65030'

red 214 ◦ green 80 ◦ blue 48

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

Shades of Chilean Fire #D65030

Tints of Chilean Fire #D65030

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.39%

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

R = 62.57%
G = 23.39%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D65030 (or 0xD65030) is known color: Chilean Fire. HEX triplet: D6, 50 and 30. RGB value is (214,80,48). Sum of RGB (Red+Green+Blue) = 214+80+48=342 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.57% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 48 (19.14% from 255 or 14.04% from 342); Max value from RGB is 214 - color contains mainly: red. Hex color #D65030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65030 is #29AFCF. Grayscale: #747474. Windows color (decimal): -2731984 or 3166422. OLE color: 3166422.

HSL color Cylindrical-coordinate representation of color #D65030: hue angle of 11.57º 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 #D65030 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 80 48 -
CMYK 0 0.63 0.78 0.16
HSL 11.57º 0.67% 0.51% -
HSV(B) 11.57º 0.78% 0.84% -
XYZ 31.13 20.25 5.06 -
YUV 116.42 89.39 197.6 -
System Red Green Blue C M Y K H S L
Decimal 214 80 48 0 0.63 0.78 0.16 11.57 0.67 0.51
Hex D6 50 30 0 3F 4E 10 C 43 33
Octal 326 120 60 0 77 116 20 14 103 63
Binary 11010110 1010000 110000 0 111111 1001110 10000 1100 1000011 110011

Color Harmonies of #D65030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65030

Black with #D65030

Text Example


Text Example

White with #D65030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65030; }

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

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

background-color css

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

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

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

border-color css

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

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

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