Html Css Color HEX #D34735 Cinnabar

📋 copy color: '#D34735'

red 211 ◦ green 71 ◦ blue 53

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

Shades of Cinnabar #D34735

Tints of Cinnabar #D34735

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.19%

 BLUE value IS 53 (21.09% from 255) = 15.82%

R = 62.99%
G = 21.19%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D34735 (or 0xD34735) is known color: Cinnabar. HEX triplet: D3, 47 and 35. RGB value is (211,71,53). Sum of RGB (Red+Green+Blue) = 211+71+53=335 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.99% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 53 (21.09% from 255 or 15.82% from 335); Max value from RGB is 211 - color contains mainly: red. Hex color #D34735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34735 is #2CB8CA. Grayscale: #6F6F6F. Windows color (decimal): -2930891 or 3491795. OLE color: 3491795.

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

Color convert

RGB 211 71 53 -
CMYK 0 0.66 0.75 0.17
HSL 6.84º 0.64% 0.52% -
HSV(B) 6.84º 0.75% 0.83% -
XYZ 29.76 18.61 5.39 -
YUV 110.81 95.38 199.46 -
System Red Green Blue C M Y K H S L
Decimal 211 71 53 0 0.66 0.75 0.17 6.84 0.64 0.52
Hex D3 47 35 0 42 4B 11 7 40 34
Octal 323 107 65 0 102 113 21 7 100 64
Binary 11010011 1000111 110101 0 1000010 1001011 10001 111 1000000 110100

Color Harmonies of #D34735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34735

Black with #D34735

Text Example


Text Example

White with #D34735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34735; }

 p { color: rgb(211,71,53); }

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

background-color css

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

 a { background-color: rgb(211,71,53); }

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

border-color css

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

 span { border-color: rgb(211,71,53); }

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