Html Css Color HEX #D35223 Chilean Fire

📋 copy color: '#D35223'

red 211 ◦ green 82 ◦ blue 35

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

Shades of Chilean Fire #D35223

Tints of Chilean Fire #D35223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.67%

R = 64.33%
G = 25%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D35223 (or 0xD35223) is known color: Chilean Fire. HEX triplet: D3, 52 and 23. RGB value is (211,82,35). Sum of RGB (Red+Green+Blue) = 211+82+35=328 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.33% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 35 (14.06% from 255 or 10.67% from 328); Max value from RGB is 211 - color contains mainly: red. Hex color #D35223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35223 is #2CADDC. Grayscale: #737373. Windows color (decimal): -2928093 or 2314963. OLE color: 2314963.

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

Color convert

RGB 211 82 35 -
CMYK 0 0.61 0.83 0.17
HSL 16.02º 0.72% 0.48% -
HSV(B) 16.02º 0.83% 0.83% -
XYZ 30.18 20 3.86 -
YUV 115.21 82.74 196.32 -
System Red Green Blue C M Y K H S L
Decimal 211 82 35 0 0.61 0.83 0.17 16.02 0.72 0.48
Hex D3 52 23 0 3D 53 11 10 48 30
Octal 323 122 43 0 75 123 21 20 110 60
Binary 11010011 1010010 100011 0 111101 1010011 10001 10000 1001000 110000

Color Harmonies of #D35223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35223

Black with #D35223

Text Example


Text Example

White with #D35223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35223; }

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

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

background-color css

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

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

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

border-color css

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

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

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