Html Css Color HEX #D3552B Chilean Fire

📋 copy color: '#D3552B'

red 211 ◦ green 85 ◦ blue 43

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

Shades of Chilean Fire #D3552B

Tints of Chilean Fire #D3552B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.68%

R = 62.24%
G = 25.07%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#D3552B (or 0xD3552B) is known color: Chilean Fire. HEX triplet: D3, 55 and 2B. RGB value is (211,85,43). Sum of RGB (Red+Green+Blue) = 211+85+43=339 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.24% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 43 (17.19% from 255 or 12.68% from 339); Max value from RGB is 211 - color contains mainly: red. Hex color #D3552B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3552B is #2CAAD4. Grayscale: #767676. Windows color (decimal): -2927317 or 2840019. OLE color: 2840019.

HSL color Cylindrical-coordinate representation of color #D3552B: hue angle of 15º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D3552B is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 85 43 -
CMYK 0 0.60 0.80 0.17
HSL 15º 0.66% 0.5% -
HSV(B) 15º 0.8% 0.83% -
XYZ 30.55 20.52 4.64 -
YUV 117.89 85.74 194.42 -
System Red Green Blue C M Y K H S L
Decimal 211 85 43 0 0.60 0.80 0.17 15 0.66 0.5
Hex D3 55 2B 0 3C 50 11 F 42 32
Octal 323 125 53 0 74 120 21 17 102 62
Binary 11010011 1010101 101011 0 111100 1010000 10001 1111 1000010 110010

Color Harmonies of #D3552B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3552B

Black with #D3552B

Text Example


Text Example

White with #D3552B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3552B; }

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

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

background-color css

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

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

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

border-color css

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

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

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