Html Css Color HEX #D65023 Chilean Fire

📋 copy color: '#D65023'

red 214 ◦ green 80 ◦ blue 35

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

Shades of Chilean Fire #D65023

Tints of Chilean Fire #D65023

RGB

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

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

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

R = 65.05%
G = 24.32%
B = 10.64%

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

#D65023 (or 0xD65023) is known color: Chilean Fire. HEX triplet: D6, 50 and 23. RGB value is (214,80,35). Sum of RGB (Red+Green+Blue) = 214+80+35=329 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.05% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 35 (14.06% from 255 or 10.64% from 329); Max value from RGB is 214 - color contains mainly: red. Hex color #D65023 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65023 is #29AFDC. Grayscale: #737373. Windows color (decimal): -2731997 or 2314454. OLE color: 2314454.

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

Color convert

RGB 214 80 35 -
CMYK 0 0.63 0.84 0.16
HSL 15.08º 0.72% 0.49% -
HSV(B) 15.08º 0.84% 0.84% -
XYZ 30.9 20.15 3.85 -
YUV 114.94 82.89 198.66 -
System Red Green Blue C M Y K H S L
Decimal 214 80 35 0 0.63 0.84 0.16 15.08 0.72 0.49
Hex D6 50 23 0 3F 54 10 F 48 31
Octal 326 120 43 0 77 124 20 17 110 61
Binary 11010110 1010000 100011 0 111111 1010100 10000 1111 1001000 110001

Color Harmonies of #D65023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65023

Black with #D65023

Text Example


Text Example

White with #D65023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65023; }

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

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

background-color css

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

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

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

border-color css

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

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

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