Html Css Color HEX #D65026 Chilean Fire

📋 copy color: '#D65026'

red 214 ◦ green 80 ◦ blue 38

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

Shades of Chilean Fire #D65026

Tints of Chilean Fire #D65026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.45%

R = 64.46%
G = 24.1%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D65026 (or 0xD65026) is known color: Chilean Fire. HEX triplet: D6, 50 and 26. RGB value is (214,80,38). Sum of RGB (Red+Green+Blue) = 214+80+38=332 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.46% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 38 (15.23% from 255 or 11.45% from 332); Max value from RGB is 214 - color contains mainly: red. Hex color #D65026 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65026 is #29AFD9. Grayscale: #737373. Windows color (decimal): -2731994 or 2511062. OLE color: 2511062.

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

Color convert

RGB 214 80 38 -
CMYK 0 0.63 0.82 0.16
HSL 14.32º 0.7% 0.49% -
HSV(B) 14.32º 0.82% 0.84% -
XYZ 30.95 20.17 4.1 -
YUV 115.28 84.39 198.42 -
System Red Green Blue C M Y K H S L
Decimal 214 80 38 0 0.63 0.82 0.16 14.32 0.7 0.49
Hex D6 50 26 0 3F 52 10 E 46 31
Octal 326 120 46 0 77 122 20 16 106 61
Binary 11010110 1010000 100110 0 111111 1010010 10000 1110 1000110 110001

Color Harmonies of #D65026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65026

Black with #D65026

Text Example


Text Example

White with #D65026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65026; }

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

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

background-color css

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

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

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

border-color css

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

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

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