Html Css Color HEX #D65D2F Chilean Fire

📋 copy color: '#D65D2F'

red 214 ◦ green 93 ◦ blue 47

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

Shades of Chilean Fire #D65D2F

Tints of Chilean Fire #D65D2F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.27%

 BLUE value IS 47 (18.75% from 255) = 13.28%

R = 60.45%
G = 26.27%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D65D2F (or 0xD65D2F) is known color: Chilean Fire. HEX triplet: D6, 5D and 2F. RGB value is (214,93,47). Sum of RGB (Red+Green+Blue) = 214+93+47=354 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.45% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 47 (18.75% from 255 or 13.28% from 354); Max value from RGB is 214 - color contains mainly: red. Hex color #D65D2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65D2F is #29A2D0. Grayscale: #7C7C7C. Windows color (decimal): -2728657 or 3104214. OLE color: 3104214.

HSL color Cylindrical-coordinate representation of color #D65D2F: hue angle of 16.53º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D65D2F is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 93 47 -
CMYK 0 0.57 0.78 0.16
HSL 16.53º 0.67% 0.51% -
HSV(B) 16.53º 0.78% 0.84% -
XYZ 32.16 22.33 5.3 -
YUV 123.94 84.59 192.24 -
System Red Green Blue C M Y K H S L
Decimal 214 93 47 0 0.57 0.78 0.16 16.53 0.67 0.51
Hex D6 5D 2F 0 39 4E 10 11 43 33
Octal 326 135 57 0 71 116 20 21 103 63
Binary 11010110 1011101 101111 0 111001 1001110 10000 10001 1000011 110011

Color Harmonies of #D65D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65D2F

Black with #D65D2F

Text Example


Text Example

White with #D65D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65D2F; }

 p { color: rgb(214,93,47); }

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

background-color css

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

 a { background-color: rgb(214,93,47); }

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

border-color css

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

 span { border-color: rgb(214,93,47); }

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