Html Css Color HEX #D25E2E Chilean Fire

📋 copy color: '#D25E2E'

red 210 ◦ green 94 ◦ blue 46

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

Shades of Chilean Fire #D25E2E

Tints of Chilean Fire #D25E2E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.86%

 BLUE value IS 46 (18.36% from 255) = 13.14%

R = 60%
G = 26.86%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D25E2E (or 0xD25E2E) is known color: Chilean Fire. HEX triplet: D2, 5E and 2E. RGB value is (210,94,46). Sum of RGB (Red+Green+Blue) = 210+94+46=350 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 46 (18.36% from 255 or 13.14% from 350); Max value from RGB is 210 - color contains mainly: red. Hex color #D25E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25E2E is #2DA1D1. Grayscale: #7B7B7B. Windows color (decimal): -2990546 or 3038930. OLE color: 3038930.

HSL color Cylindrical-coordinate representation of color #D25E2E: hue angle of 17.56º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D25E2E is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 94 46 -
CMYK 0 0.55 0.78 0.18
HSL 17.56º 0.65% 0.5% -
HSV(B) 17.56º 0.78% 0.82% -
XYZ 31.07 21.9 5.17 -
YUV 123.21 84.43 189.9 -
System Red Green Blue C M Y K H S L
Decimal 210 94 46 0 0.55 0.78 0.18 17.56 0.65 0.5
Hex D2 5E 2E 0 37 4E 12 12 41 32
Octal 322 136 56 0 67 116 22 22 101 62
Binary 11010010 1011110 101110 0 110111 1001110 10010 10010 1000001 110010

Color Harmonies of #D25E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25E2E

Black with #D25E2E

Text Example


Text Example

White with #D25E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25E2E; }

 p { color: rgb(210,94,46); }

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

background-color css

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

 a { background-color: rgb(210,94,46); }

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

border-color css

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

 span { border-color: rgb(210,94,46); }

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