Html Css Color HEX #D35533 Chilean Fire

📋 copy color: '#D35533'

red 211 ◦ green 85 ◦ blue 51

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

Shades of Chilean Fire #D35533

Tints of Chilean Fire #D35533

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.5%

 BLUE value IS 51 (20.31% from 255) = 14.7%

R = 60.81%
G = 24.5%
B = 14.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.76

 K value IS 0.17

RGB Variations

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

Color information

#D35533 (or 0xD35533) is known color: Chilean Fire. HEX triplet: D3, 55 and 33. RGB value is (211,85,51). Sum of RGB (Red+Green+Blue) = 211+85+51=347 (45% of max value = 765). Red value is 211 (82.81% from 255 or 60.81% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 51 (20.31% from 255 or 14.70% from 347); Max value from RGB is 211 - color contains mainly: red. Hex color #D35533 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35533 is #2CAACC. Grayscale: #777777. Windows color (decimal): -2927309 or 3364307. OLE color: 3364307.

HSL color Cylindrical-coordinate representation of color #D35533: hue angle of 12.75º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D35533 is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 85 51 -
CMYK 0 0.60 0.76 0.17
HSL 12.75º 0.65% 0.51% -
HSV(B) 12.75º 0.76% 0.83% -
XYZ 30.71 20.58 5.49 -
YUV 118.8 89.74 193.76 -
System Red Green Blue C M Y K H S L
Decimal 211 85 51 0 0.60 0.76 0.17 12.75 0.65 0.51
Hex D3 55 33 0 3C 4C 11 D 41 33
Octal 323 125 63 0 74 114 21 15 101 63
Binary 11010011 1010101 110011 0 111100 1001100 10001 1101 1000001 110011

Color Harmonies of #D35533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35533

Black with #D35533

Text Example


Text Example

White with #D35533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35533; }

 p { color: rgb(211,85,51); }

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

background-color css

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

 a { background-color: rgb(211,85,51); }

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

border-color css

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

 span { border-color: rgb(211,85,51); }

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