Html Css Color HEX #D25339 Chilean Fire

📋 copy color: '#D25339'

red 210 ◦ green 83 ◦ blue 57

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

Shades of Chilean Fire #D25339

Tints of Chilean Fire #D25339

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.71%

 BLUE value IS 57 (22.66% from 255) = 16.29%

R = 60%
G = 23.71%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D25339 (or 0xD25339) is known color: Chilean Fire. HEX triplet: D2, 53 and 39. RGB value is (210,83,57). Sum of RGB (Red+Green+Blue) = 210+83+57=350 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 57 (22.66% from 255 or 16.29% from 350); Max value from RGB is 210 - color contains mainly: red. Hex color #D25339 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25339 is #2DACC6. Grayscale: #767676. Windows color (decimal): -2993351 or 3757010. OLE color: 3757010.

HSL color Cylindrical-coordinate representation of color #D25339: hue angle of 10.2º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D25339 is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 83 57 -
CMYK 0 0.60 0.73 0.18
HSL 10.2º 0.63% 0.52% -
HSV(B) 10.2º 0.73% 0.82% -
XYZ 30.41 20.18 6.16 -
YUV 118.01 93.58 193.61 -
System Red Green Blue C M Y K H S L
Decimal 210 83 57 0 0.60 0.73 0.18 10.2 0.63 0.52
Hex D2 53 39 0 3C 49 12 A 3F 34
Octal 322 123 71 0 74 111 22 12 77 64
Binary 11010010 1010011 111001 0 111100 1001001 10010 1010 111111 110100

Color Harmonies of #D25339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25339

Black with #D25339

Text Example


Text Example

White with #D25339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25339; }

 p { color: rgb(210,83,57); }

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

background-color css

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

 a { background-color: rgb(210,83,57); }

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

border-color css

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

 span { border-color: rgb(210,83,57); }

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