Html Css Color HEX #D25F33 Chilean Fire

📋 copy color: '#D25F33'

red 210 ◦ green 95 ◦ blue 51

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

Shades of Chilean Fire #D25F33

Tints of Chilean Fire #D25F33

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.69%

 BLUE value IS 51 (20.31% from 255) = 14.33%

R = 58.99%
G = 26.69%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D25F33 (or 0xD25F33) is known color: Chilean Fire. HEX triplet: D2, 5F and 33. RGB value is (210,95,51). Sum of RGB (Red+Green+Blue) = 210+95+51=356 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.99% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 51 (20.31% from 255 or 14.33% from 356); Max value from RGB is 210 - color contains mainly: red. Hex color #D25F33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25F33 is #2DA0CC. Grayscale: #7C7C7C. Windows color (decimal): -2990285 or 3366866. OLE color: 3366866.

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

Color convert

RGB 210 95 51 -
CMYK 0 0.55 0.76 0.18
HSL 16.6º 0.64% 0.51% -
HSV(B) 16.6º 0.76% 0.82% -
XYZ 31.27 22.13 5.75 -
YUV 124.37 86.6 189.08 -
System Red Green Blue C M Y K H S L
Decimal 210 95 51 0 0.55 0.76 0.18 16.6 0.64 0.51
Hex D2 5F 33 0 37 4C 12 11 40 33
Octal 322 137 63 0 67 114 22 21 100 63
Binary 11010010 1011111 110011 0 110111 1001100 10010 10001 1000000 110011

Color Harmonies of #D25F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25F33

Black with #D25F33

Text Example


Text Example

White with #D25F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25F33; }

 p { color: rgb(210,95,51); }

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

background-color css

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

 a { background-color: rgb(210,95,51); }

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

border-color css

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

 span { border-color: rgb(210,95,51); }

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