Html Css Color HEX #D25220 Chilean Fire

📋 copy color: '#D25220'

red 210 ◦ green 82 ◦ blue 32

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

Shades of Chilean Fire #D25220

Tints of Chilean Fire #D25220

RGB

 RED value IS 210 (82.42% from 255) = 64.81%

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

 BLUE value IS 32 (12.89% from 255) = 9.88%

R = 64.81%
G = 25.31%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D25220 (or 0xD25220) is known color: Chilean Fire. HEX triplet: D2, 52 and 20. RGB value is (210,82,32). Sum of RGB (Red+Green+Blue) = 210+82+32=324 (42% of max value = 765). Red value is 210 (82.42% from 255 or 64.81% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 32 (12.89% from 255 or 9.88% from 324); Max value from RGB is 210 - color contains mainly: red. Hex color #D25220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25220 is #2DADDF. Grayscale: #727272. Windows color (decimal): -2993632 or 2118354. OLE color: 2118354.

HSL color Cylindrical-coordinate representation of color #D25220: hue angle of 16.85º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D25220 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 82 32 -
CMYK 0 0.61 0.85 0.18
HSL 16.85º 0.74% 0.47% -
HSV(B) 16.85º 0.85% 0.82% -
XYZ 29.86 19.84 3.62 -
YUV 114.57 81.41 196.07 -
System Red Green Blue C M Y K H S L
Decimal 210 82 32 0 0.61 0.85 0.18 16.85 0.74 0.47
Hex D2 52 20 0 3D 55 12 11 4A 2F
Octal 322 122 40 0 75 125 22 21 112 57
Binary 11010010 1010010 100000 0 111101 1010101 10010 10001 1001010 101111

Color Harmonies of #D25220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25220

Black with #D25220

Text Example


Text Example

White with #D25220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25220; }

 p { color: rgb(210,82,32); }

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

background-color css

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

 a { background-color: rgb(210,82,32); }

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

border-color css

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

 span { border-color: rgb(210,82,32); }

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