Html Css Color HEX #D35227 Chilean Fire

📋 copy color: '#D35227'

red 211 ◦ green 82 ◦ blue 39

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

Shades of Chilean Fire #D35227

Tints of Chilean Fire #D35227

RGB

 RED value IS 211 (82.81% from 255) = 63.55%

 GREEN value IS 82 (32.42% from 255) = 24.7%

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

R = 63.55%
G = 24.7%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D35227 (or 0xD35227) is known color: Chilean Fire. HEX triplet: D3, 52 and 27. RGB value is (211,82,39). Sum of RGB (Red+Green+Blue) = 211+82+39=332 (43% of max value = 765). Red value is 211 (82.81% from 255 or 63.55% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 39 (15.62% from 255 or 11.75% from 332); Max value from RGB is 211 - color contains mainly: red. Hex color #D35227 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35227 is #2CADD8. Grayscale: #737373. Windows color (decimal): -2928089 or 2577107. OLE color: 2577107.

HSL color Cylindrical-coordinate representation of color #D35227: hue angle of 15º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D35227 is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 82 39 -
CMYK 0 0.61 0.82 0.17
HSL 15º 0.69% 0.49% -
HSV(B) 15º 0.82% 0.83% -
XYZ 30.25 20.03 4.19 -
YUV 115.67 84.74 196 -
System Red Green Blue C M Y K H S L
Decimal 211 82 39 0 0.61 0.82 0.17 15 0.69 0.49
Hex D3 52 27 0 3D 52 11 F 45 31
Octal 323 122 47 0 75 122 21 17 105 61
Binary 11010011 1010010 100111 0 111101 1010010 10001 1111 1000101 110001

Color Harmonies of #D35227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35227

Black with #D35227

Text Example


Text Example

White with #D35227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35227; }

 p { color: rgb(211,82,39); }

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

background-color css

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

 a { background-color: rgb(211,82,39); }

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

border-color css

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

 span { border-color: rgb(211,82,39); }

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