Html Css Color HEX #D55835 Chilean Fire

📋 copy color: '#D55835'

red 213 ◦ green 88 ◦ blue 53

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

Shades of Chilean Fire #D55835

Tints of Chilean Fire #D55835

RGB

 RED value IS 213 (83.59% from 255) = 60.17%

 GREEN value IS 88 (34.77% from 255) = 24.86%

 BLUE value IS 53 (21.09% from 255) = 14.97%

R = 60.17%
G = 24.86%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D55835 (or 0xD55835) is known color: Chilean Fire. HEX triplet: D5, 58 and 35. RGB value is (213,88,53). Sum of RGB (Red+Green+Blue) = 213+88+53=354 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.17% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 53 (21.09% from 255 or 14.97% from 354); Max value from RGB is 213 - color contains mainly: red. Hex color #D55835 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55835 is #2AA7CA. Grayscale: #797979. Windows color (decimal): -2795467 or 3496149. OLE color: 3496149.

HSL color Cylindrical-coordinate representation of color #D55835: hue angle of 13.12º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D55835 is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 88 53 -
CMYK 0 0.59 0.75 0.16
HSL 13.13º 0.66% 0.52% -
HSV(B) 13.13º 0.75% 0.84% -
XYZ 31.57 21.38 5.83 -
YUV 121.39 89.41 193.35 -
System Red Green Blue C M Y K H S L
Decimal 213 88 53 0 0.59 0.75 0.16 13.13 0.66 0.52
Hex D5 58 35 0 3B 4B 10 D 42 34
Octal 325 130 65 0 73 113 20 15 102 64
Binary 11010101 1011000 110101 0 111011 1001011 10000 1101 1000010 110100

Color Harmonies of #D55835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55835

Black with #D55835

Text Example


Text Example

White with #D55835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55835; }

 p { color: rgb(213,88,53); }

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

background-color css

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

 a { background-color: rgb(213,88,53); }

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

border-color css

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

 span { border-color: rgb(213,88,53); }

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