Html Css Color HEX #D64535 Cinnabar

📋 copy color: '#D64535'

red 214 ◦ green 69 ◦ blue 53

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

Shades of Cinnabar #D64535

Tints of Cinnabar #D64535

RGB

 RED value IS 214 (83.98% from 255) = 63.69%

 GREEN value IS 69 (27.34% from 255) = 20.54%

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

R = 63.69%
G = 20.54%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D64535 (or 0xD64535) is known color: Cinnabar. HEX triplet: D6, 45 and 35. RGB value is (214,69,53). Sum of RGB (Red+Green+Blue) = 214+69+53=336 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.69% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 53 (21.09% from 255 or 15.77% from 336); Max value from RGB is 214 - color contains mainly: red. Hex color #D64535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64535 is #29BACA. Grayscale: #6E6E6E. Windows color (decimal): -2734795 or 3491286. OLE color: 3491286.

HSL color Cylindrical-coordinate representation of color #D64535: hue angle of 5.96º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D64535 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 69 53 -
CMYK 0 0.68 0.75 0.16
HSL 5.96º 0.66% 0.52% -
HSV(B) 5.96º 0.75% 0.84% -
XYZ 30.5 18.81 5.39 -
YUV 110.53 95.54 201.8 -
System Red Green Blue C M Y K H S L
Decimal 214 69 53 0 0.68 0.75 0.16 5.96 0.66 0.52
Hex D6 45 35 0 44 4B 10 6 42 34
Octal 326 105 65 0 104 113 20 6 102 64
Binary 11010110 1000101 110101 0 1000100 1001011 10000 110 1000010 110100

Color Harmonies of #D64535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64535

Black with #D64535

Text Example


Text Example

White with #D64535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64535; }

 p { color: rgb(214,69,53); }

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

background-color css

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

 a { background-color: rgb(214,69,53); }

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

border-color css

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

 span { border-color: rgb(214,69,53); }

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