Html Css Color HEX #D25327 Chilean Fire

📋 copy color: '#D25327'

red 210 ◦ green 83 ◦ blue 39

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

Shades of Chilean Fire #D25327

Tints of Chilean Fire #D25327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.75%

R = 63.25%
G = 25%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D25327 (or 0xD25327) is known color: Chilean Fire. HEX triplet: D2, 53 and 27. RGB value is (210,83,39). Sum of RGB (Red+Green+Blue) = 210+83+39=332 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.25% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 39 (15.62% from 255 or 11.75% from 332); Max value from RGB is 210 - color contains mainly: red. Hex color #D25327 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25327 is #2DACD8. Grayscale: #747474. Windows color (decimal): -2993369 or 2577362. OLE color: 2577362.

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

Color convert

RGB 210 83 39 -
CMYK 0 0.60 0.81 0.18
HSL 15.44º 0.69% 0.49% -
HSV(B) 15.44º 0.81% 0.82% -
XYZ 30.04 20.03 4.2 -
YUV 115.96 84.58 195.08 -
System Red Green Blue C M Y K H S L
Decimal 210 83 39 0 0.60 0.81 0.18 15.44 0.69 0.49
Hex D2 53 27 0 3C 51 12 F 45 31
Octal 322 123 47 0 74 121 22 17 105 61
Binary 11010010 1010011 100111 0 111100 1010001 10010 1111 1000101 110001

Color Harmonies of #D25327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25327

Black with #D25327

Text Example


Text Example

White with #D25327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25327; }

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

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

background-color css

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

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

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

border-color css

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

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

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