Html Css Color HEX #D35337 Chilean Fire

📋 copy color: '#D35337'

red 211 ◦ green 83 ◦ blue 55

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

Shades of Chilean Fire #D35337

Tints of Chilean Fire #D35337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.76%

R = 60.46%
G = 23.78%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.74

 K value IS 0.17

RGB Variations

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

Color information

#D35337 (or 0xD35337) is known color: Chilean Fire. HEX triplet: D3, 53 and 37. RGB value is (211,83,55). Sum of RGB (Red+Green+Blue) = 211+83+55=349 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.46% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 55 (21.88% from 255 or 15.76% from 349); Max value from RGB is 211 - color contains mainly: red. Hex color #D35337 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35337 is #2CACC8. Grayscale: #767676. Windows color (decimal): -2927817 or 3625939. OLE color: 3625939.

HSL color Cylindrical-coordinate representation of color #D35337: hue angle of 10.77º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D35337 is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 83 55 -
CMYK 0 0.61 0.74 0.17
HSL 10.77º 0.64% 0.52% -
HSV(B) 10.77º 0.74% 0.83% -
XYZ 30.65 20.31 5.92 -
YUV 118.08 92.41 194.28 -
System Red Green Blue C M Y K H S L
Decimal 211 83 55 0 0.61 0.74 0.17 10.77 0.64 0.52
Hex D3 53 37 0 3D 4A 11 B 40 34
Octal 323 123 67 0 75 112 21 13 100 64
Binary 11010011 1010011 110111 0 111101 1001010 10001 1011 1000000 110100

Color Harmonies of #D35337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35337

Black with #D35337

Text Example


Text Example

White with #D35337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35337; }

 p { color: rgb(211,83,55); }

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

background-color css

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

 a { background-color: rgb(211,83,55); }

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

border-color css

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

 span { border-color: rgb(211,83,55); }

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