Html Css Color HEX #D2531F Chilean Fire

📋 copy color: '#D2531F'

red 210 ◦ green 83 ◦ blue 31

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

Shades of Chilean Fire #D2531F

Tints of Chilean Fire #D2531F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.57%

R = 64.81%
G = 25.62%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D2531F (or 0xD2531F) is known color: Chilean Fire. HEX triplet: D2, 53 and 1F. RGB value is (210,83,31). Sum of RGB (Red+Green+Blue) = 210+83+31=324 (42% of max value = 765). Red value is 210 (82.42% from 255 or 64.81% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 31 (12.5% from 255 or 9.57% from 324); Max value from RGB is 210 - color contains mainly: red. Hex color #D2531F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2531F is #2DACE0. Grayscale: #737373. Windows color (decimal): -2993377 or 2053074. OLE color: 2053074.

HSL color Cylindrical-coordinate representation of color #D2531F: hue angle of 17.43º 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 #D2531F is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 83 31 -
CMYK 0 0.60 0.85 0.18
HSL 17.43º 0.74% 0.47% -
HSV(B) 17.43º 0.85% 0.82% -
XYZ 29.92 19.99 3.58 -
YUV 115.05 80.58 195.73 -
System Red Green Blue C M Y K H S L
Decimal 210 83 31 0 0.60 0.85 0.18 17.43 0.74 0.47
Hex D2 53 1F 0 3C 55 12 11 4A 2F
Octal 322 123 37 0 74 125 22 21 112 57
Binary 11010010 1010011 11111 0 111100 1010101 10010 10001 1001010 101111

Color Harmonies of #D2531F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2531F

Black with #D2531F

Text Example


Text Example

White with #D2531F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2531F; }

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

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

background-color css

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

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

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

border-color css

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

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

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