Html Css Color HEX #D65423 Chilean Fire

📋 copy color: '#D65423'

red 214 ◦ green 84 ◦ blue 35

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

Shades of Chilean Fire #D65423

Tints of Chilean Fire #D65423

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.23%

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

R = 64.26%
G = 25.23%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D65423 (or 0xD65423) is known color: Chilean Fire. HEX triplet: D6, 54 and 23. RGB value is (214,84,35). Sum of RGB (Red+Green+Blue) = 214+84+35=333 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.26% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 35 (14.06% from 255 or 10.51% from 333); Max value from RGB is 214 - color contains mainly: red. Hex color #D65423 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65423 is #29ABDC. Grayscale: #757575. Windows color (decimal): -2730973 or 2315478. OLE color: 2315478.

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

Color convert

RGB 214 84 35 -
CMYK 0 0.61 0.84 0.16
HSL 16.42º 0.72% 0.49% -
HSV(B) 16.42º 0.84% 0.84% -
XYZ 31.21 20.76 3.95 -
YUV 117.28 81.57 196.98 -
System Red Green Blue C M Y K H S L
Decimal 214 84 35 0 0.61 0.84 0.16 16.42 0.72 0.49
Hex D6 54 23 0 3D 54 10 10 48 31
Octal 326 124 43 0 75 124 20 20 110 61
Binary 11010110 1010100 100011 0 111101 1010100 10000 10000 1001000 110001

Color Harmonies of #D65423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65423

Black with #D65423

Text Example


Text Example

White with #D65423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65423; }

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

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

background-color css

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

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

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

border-color css

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

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

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