Html Css Color HEX #D65F28 Chilean Fire

📋 copy color: '#D65F28'

red 214 ◦ green 95 ◦ blue 40

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

Shades of Chilean Fire #D65F28

Tints of Chilean Fire #D65F28

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.22%

 BLUE value IS 40 (16.02% from 255) = 11.46%

R = 61.32%
G = 27.22%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D65F28 (or 0xD65F28) is known color: Chilean Fire. HEX triplet: D6, 5F and 28. RGB value is (214,95,40). Sum of RGB (Red+Green+Blue) = 214+95+40=349 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.32% from 349); Green value is 95 (37.5% from 255 or 27.22% from 349); Blue value is 40 (16.02% from 255 or 11.46% from 349); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65F28 is #29A0D7. Grayscale: #7C7C7C. Windows color (decimal): -2728152 or 2645974. OLE color: 2645974.

HSL color Cylindrical-coordinate representation of color #D65F28: hue angle of 18.97º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D65F28 is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 95 40 -
CMYK 0 0.56 0.81 0.16
HSL 18.97º 0.69% 0.5% -
HSV(B) 18.97º 0.81% 0.84% -
XYZ 32.21 22.63 4.68 -
YUV 124.31 80.42 191.97 -
System Red Green Blue C M Y K H S L
Decimal 214 95 40 0 0.56 0.81 0.16 18.97 0.69 0.5
Hex D6 5F 28 0 38 51 10 13 45 32
Octal 326 137 50 0 70 121 20 23 105 62
Binary 11010110 1011111 101000 0 111000 1010001 10000 10011 1000101 110010

Color Harmonies of #D65F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65F28

Black with #D65F28

Text Example


Text Example

White with #D65F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65F28; }

 p { color: rgb(214,95,40); }

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

background-color css

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

 a { background-color: rgb(214,95,40); }

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

border-color css

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

 span { border-color: rgb(214,95,40); }

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