Html Css Color HEX #D65F27 Chilean Fire

📋 copy color: '#D65F27'

red 214 ◦ green 95 ◦ blue 39

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

Shades of Chilean Fire #D65F27

Tints of Chilean Fire #D65F27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.21%

R = 61.49%
G = 27.3%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D65F27 (or 0xD65F27) is known color: Chilean Fire. HEX triplet: D6, 5F and 27. RGB value is (214,95,39). Sum of RGB (Red+Green+Blue) = 214+95+39=348 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.49% from 348); Green value is 95 (37.5% from 255 or 27.30% from 348); Blue value is 39 (15.62% from 255 or 11.21% from 348); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65F27 is #29A0D8. Grayscale: #7C7C7C. Windows color (decimal): -2728153 or 2580438. OLE color: 2580438.

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

Color convert

RGB 214 95 39 -
CMYK 0 0.56 0.82 0.16
HSL 19.2º 0.69% 0.5% -
HSV(B) 19.2º 0.82% 0.84% -
XYZ 32.19 22.63 4.59 -
YUV 124.2 79.92 192.05 -
System Red Green Blue C M Y K H S L
Decimal 214 95 39 0 0.56 0.82 0.16 19.2 0.69 0.5
Hex D6 5F 27 0 38 52 10 13 45 32
Octal 326 137 47 0 70 122 20 23 105 62
Binary 11010110 1011111 100111 0 111000 1010010 10000 10011 1000101 110010

Color Harmonies of #D65F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65F27

Black with #D65F27

Text Example


Text Example

White with #D65F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65F27; }

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

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

background-color css

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

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

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

border-color css

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

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

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