Html Css Color HEX #D35A25 Chilean Fire

📋 copy color: '#D35A25'

red 211 ◦ green 90 ◦ blue 37

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

Shades of Chilean Fire #D35A25

Tints of Chilean Fire #D35A25

RGB

 RED value IS 211 (82.81% from 255) = 62.43%

 GREEN value IS 90 (35.55% from 255) = 26.63%

 BLUE value IS 37 (14.84% from 255) = 10.95%

R = 62.43%
G = 26.63%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D35A25 (or 0xD35A25) is known color: Chilean Fire. HEX triplet: D3, 5A and 25. RGB value is (211,90,37). Sum of RGB (Red+Green+Blue) = 211+90+37=338 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.43% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 37 (14.84% from 255 or 10.95% from 338); Max value from RGB is 211 - color contains mainly: red. Hex color #D35A25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35A25 is #2CA5DA. Grayscale: #787878. Windows color (decimal): -2926043 or 2448083. OLE color: 2448083.

HSL color Cylindrical-coordinate representation of color #D35A25: hue angle of 18.28º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D35A25 is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 90 37 -
CMYK 0 0.57 0.82 0.17
HSL 18.28º 0.7% 0.49% -
HSV(B) 18.28º 0.82% 0.83% -
XYZ 30.85 21.29 4.23 -
YUV 120.14 81.09 192.81 -
System Red Green Blue C M Y K H S L
Decimal 211 90 37 0 0.57 0.82 0.17 18.28 0.7 0.49
Hex D3 5A 25 0 39 52 11 12 46 31
Octal 323 132 45 0 71 122 21 22 106 61
Binary 11010011 1011010 100101 0 111001 1010010 10001 10010 1000110 110001

Color Harmonies of #D35A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35A25

Black with #D35A25

Text Example


Text Example

White with #D35A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35A25; }

 p { color: rgb(211,90,37); }

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

background-color css

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

 a { background-color: rgb(211,90,37); }

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

border-color css

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

 span { border-color: rgb(211,90,37); }

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