Html Css Color HEX #D35E26 Chilean Fire

📋 copy color: '#D35E26'

red 211 ◦ green 94 ◦ blue 38

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

Shades of Chilean Fire #D35E26

Tints of Chilean Fire #D35E26

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.41%

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

R = 61.52%
G = 27.41%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D35E26 (or 0xD35E26) is known color: Chilean Fire. HEX triplet: D3, 5E and 26. RGB value is (211,94,38). Sum of RGB (Red+Green+Blue) = 211+94+38=343 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.52% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 38 (15.23% from 255 or 11.08% from 343); Max value from RGB is 211 - color contains mainly: red. Hex color #D35E26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35E26 is #2CA1D9. Grayscale: #7A7A7A. Windows color (decimal): -2925018 or 2514643. OLE color: 2514643.

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

Color convert

RGB 211 94 38 -
CMYK 0 0.55 0.82 0.17
HSL 19.42º 0.69% 0.49% -
HSV(B) 19.42º 0.82% 0.83% -
XYZ 31.22 21.99 4.43 -
YUV 122.6 80.26 191.05 -
System Red Green Blue C M Y K H S L
Decimal 211 94 38 0 0.55 0.82 0.17 19.42 0.69 0.49
Hex D3 5E 26 0 37 52 11 13 45 31
Octal 323 136 46 0 67 122 21 23 105 61
Binary 11010011 1011110 100110 0 110111 1010010 10001 10011 1000101 110001

Color Harmonies of #D35E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35E26

Black with #D35E26

Text Example


Text Example

White with #D35E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35E26; }

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

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

background-color css

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

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

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

border-color css

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

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

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