Html Css Color HEX #D64F23 Chilean Fire

📋 copy color: '#D64F23'

red 214 ◦ green 79 ◦ blue 35

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

Shades of Chilean Fire #D64F23

Tints of Chilean Fire #D64F23

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.09%

 BLUE value IS 35 (14.06% from 255) = 10.67%

R = 65.24%
G = 24.09%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D64F23 (or 0xD64F23) is known color: Chilean Fire. HEX triplet: D6, 4F and 23. RGB value is (214,79,35). Sum of RGB (Red+Green+Blue) = 214+79+35=328 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.24% from 328); Green value is 79 (31.25% from 255 or 24.09% from 328); Blue value is 35 (14.06% from 255 or 10.67% from 328); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D64F23 is #29B0DC. Grayscale: #727272. Windows color (decimal): -2732253 or 2314198. OLE color: 2314198.

HSL color Cylindrical-coordinate representation of color #D64F23: hue angle of 14.75º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D64F23 is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 79 35 -
CMYK 0 0.63 0.84 0.16
HSL 14.75º 0.72% 0.49% -
HSV(B) 14.75º 0.84% 0.84% -
XYZ 30.83 20.01 3.83 -
YUV 114.35 83.23 199.08 -
System Red Green Blue C M Y K H S L
Decimal 214 79 35 0 0.63 0.84 0.16 14.75 0.72 0.49
Hex D6 4F 23 0 3F 54 10 F 48 31
Octal 326 117 43 0 77 124 20 17 110 61
Binary 11010110 1001111 100011 0 111111 1010100 10000 1111 1001000 110001

Color Harmonies of #D64F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64F23

Black with #D64F23

Text Example


Text Example

White with #D64F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64F23; }

 p { color: rgb(214,79,35); }

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

background-color css

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

 a { background-color: rgb(214,79,35); }

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

border-color css

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

 span { border-color: rgb(214,79,35); }

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