Html Css Color HEX #D55135 Chilean Fire

📋 copy color: '#D55135'

red 213 ◦ green 81 ◦ blue 53

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

Shades of Chilean Fire #D55135

Tints of Chilean Fire #D55135

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.34%

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

R = 61.38%
G = 23.34%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D55135 (or 0xD55135) is known color: Chilean Fire. HEX triplet: D5, 51 and 35. RGB value is (213,81,53). Sum of RGB (Red+Green+Blue) = 213+81+53=347 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.38% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 53 (21.09% from 255 or 15.27% from 347); Max value from RGB is 213 - color contains mainly: red. Hex color #D55135 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55135 is #2AAECA. Grayscale: #757575. Windows color (decimal): -2797259 or 3494357. OLE color: 3494357.

HSL color Cylindrical-coordinate representation of color #D55135: hue angle of 10.5º 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 #D55135 is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 81 53 -
CMYK 0 0.62 0.75 0.16
HSL 10.5º 0.66% 0.52% -
HSV(B) 10.5º 0.75% 0.84% -
XYZ 31.03 20.29 5.65 -
YUV 117.28 91.73 196.28 -
System Red Green Blue C M Y K H S L
Decimal 213 81 53 0 0.62 0.75 0.16 10.5 0.66 0.52
Hex D5 51 35 0 3E 4B 10 A 42 34
Octal 325 121 65 0 76 113 20 12 102 64
Binary 11010101 1010001 110101 0 111110 1001011 10000 1010 1000010 110100

Color Harmonies of #D55135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55135

Black with #D55135

Text Example


Text Example

White with #D55135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55135; }

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

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

background-color css

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

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

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

border-color css

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

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

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