Html Css Color HEX #D35A26 Chilean Fire

📋 copy color: '#D35A26'

red 211 ◦ green 90 ◦ blue 38

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

Shades of Chilean Fire #D35A26

Tints of Chilean Fire #D35A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.21%

R = 62.24%
G = 26.55%
B = 11.21%

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

#D35A26 (or 0xD35A26) is known color: Chilean Fire. HEX triplet: D3, 5A and 26. RGB value is (211,90,38). Sum of RGB (Red+Green+Blue) = 211+90+38=339 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.24% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 38 (15.23% from 255 or 11.21% from 339); Max value from RGB is 211 - color contains mainly: red. Hex color #D35A26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35A26 is #2CA5D9. Grayscale: #787878. Windows color (decimal): -2926042 or 2513619. OLE color: 2513619.

HSL color Cylindrical-coordinate representation of color #D35A26: hue angle of 18.03º degrees, saturation: 0.69, 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 #D35A26 is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 90 38 -
CMYK 0 0.57 0.82 0.17
HSL 18.03º 0.69% 0.49% -
HSV(B) 18.03º 0.82% 0.83% -
XYZ 30.87 21.3 4.32 -
YUV 120.25 81.59 192.73 -
System Red Green Blue C M Y K H S L
Decimal 211 90 38 0 0.57 0.82 0.17 18.03 0.69 0.49
Hex D3 5A 26 0 39 52 11 12 45 31
Octal 323 132 46 0 71 122 21 22 105 61
Binary 11010011 1011010 100110 0 111001 1010010 10001 10010 1000101 110001

Color Harmonies of #D35A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35A26

Black with #D35A26

Text Example


Text Example

White with #D35A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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