Html Css Color HEX #D25334 Chilean Fire

📋 copy color: '#D25334'

red 210 ◦ green 83 ◦ blue 52

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

Shades of Chilean Fire #D25334

Tints of Chilean Fire #D25334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.07%

R = 60.87%
G = 24.06%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D25334 (or 0xD25334) is known color: Chilean Fire. HEX triplet: D2, 53 and 34. RGB value is (210,83,52). Sum of RGB (Red+Green+Blue) = 210+83+52=345 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.87% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 52 (20.70% from 255 or 15.07% from 345); Max value from RGB is 210 - color contains mainly: red. Hex color #D25334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25334 is #2DACCB. Grayscale: #757575. Windows color (decimal): -2993356 or 3429330. OLE color: 3429330.

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

Color convert

RGB 210 83 52 -
CMYK 0 0.60 0.75 0.18
HSL 11.77º 0.64% 0.51% -
HSV(B) 11.77º 0.75% 0.82% -
XYZ 30.29 20.14 5.54 -
YUV 117.44 91.08 194.02 -
System Red Green Blue C M Y K H S L
Decimal 210 83 52 0 0.60 0.75 0.18 11.77 0.64 0.51
Hex D2 53 34 0 3C 4B 12 C 40 33
Octal 322 123 64 0 74 113 22 14 100 63
Binary 11010010 1010011 110100 0 111100 1001011 10010 1100 1000000 110011

Color Harmonies of #D25334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25334

Black with #D25334

Text Example


Text Example

White with #D25334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25334; }

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

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

background-color css

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

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

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

border-color css

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

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

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