Html Css Color HEX #D35834 Chilean Fire

📋 copy color: '#D35834'

red 211 ◦ green 88 ◦ blue 52

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

Shades of Chilean Fire #D35834

Tints of Chilean Fire #D35834

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.07%

 BLUE value IS 52 (20.7% from 255) = 14.81%

R = 60.11%
G = 25.07%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D35834 (or 0xD35834) is known color: Chilean Fire. HEX triplet: D3, 58 and 34. RGB value is (211,88,52). Sum of RGB (Red+Green+Blue) = 211+88+52=351 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.11% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 52 (20.70% from 255 or 14.81% from 351); Max value from RGB is 211 - color contains mainly: red. Hex color #D35834 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35834 is #2CA7CB. Grayscale: #787878. Windows color (decimal): -2926540 or 3430611. OLE color: 3430611.

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

Color convert

RGB 211 88 52 -
CMYK 0 0.58 0.75 0.17
HSL 13.58º 0.64% 0.52% -
HSV(B) 13.58º 0.75% 0.83% -
XYZ 30.97 21.08 5.68 -
YUV 120.67 89.25 192.43 -
System Red Green Blue C M Y K H S L
Decimal 211 88 52 0 0.58 0.75 0.17 13.58 0.64 0.52
Hex D3 58 34 0 3A 4B 11 E 40 34
Octal 323 130 64 0 72 113 21 16 100 64
Binary 11010011 1011000 110100 0 111010 1001011 10001 1110 1000000 110100

Color Harmonies of #D35834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35834

Black with #D35834

Text Example


Text Example

White with #D35834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35834; }

 p { color: rgb(211,88,52); }

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

background-color css

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

 a { background-color: rgb(211,88,52); }

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

border-color css

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

 span { border-color: rgb(211,88,52); }

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