Html Css Color HEX #D25A29 Chilean Fire

📋 copy color: '#D25A29'

red 210 ◦ green 90 ◦ blue 41

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

Shades of Chilean Fire #D25A29

Tints of Chilean Fire #D25A29

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.39%

 BLUE value IS 41 (16.41% from 255) = 12.02%

R = 61.58%
G = 26.39%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D25A29 (or 0xD25A29) is known color: Chilean Fire. HEX triplet: D2, 5A and 29. RGB value is (210,90,41). Sum of RGB (Red+Green+Blue) = 210+90+41=341 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.58% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 41 (16.41% from 255 or 12.02% from 341); Max value from RGB is 210 - color contains mainly: red. Hex color #D25A29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25A29 is #2DA5D6. Grayscale: #787878. Windows color (decimal): -2991575 or 2710226. OLE color: 2710226.

HSL color Cylindrical-coordinate representation of color #D25A29: hue angle of 17.4º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D25A29 is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 90 41 -
CMYK 0 0.57 0.80 0.18
HSL 17.4º 0.67% 0.49% -
HSV(B) 17.4º 0.8% 0.82% -
XYZ 30.63 21.17 4.57 -
YUV 120.29 83.26 191.98 -
System Red Green Blue C M Y K H S L
Decimal 210 90 41 0 0.57 0.80 0.18 17.4 0.67 0.49
Hex D2 5A 29 0 39 50 12 11 43 31
Octal 322 132 51 0 71 120 22 21 103 61
Binary 11010010 1011010 101001 0 111001 1010000 10010 10001 1000011 110001

Color Harmonies of #D25A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25A29

Black with #D25A29

Text Example


Text Example

White with #D25A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25A29; }

 p { color: rgb(210,90,41); }

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

background-color css

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

 a { background-color: rgb(210,90,41); }

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

border-color css

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

 span { border-color: rgb(210,90,41); }

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