Html Css Color HEX #D64935 Cinnabar

📋 copy color: '#D64935'

red 214 ◦ green 73 ◦ blue 53

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

Shades of Cinnabar #D64935

Tints of Cinnabar #D64935

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.47%

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

R = 62.94%
G = 21.47%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D64935 (or 0xD64935) is known color: Cinnabar. HEX triplet: D6, 49 and 35. RGB value is (214,73,53). Sum of RGB (Red+Green+Blue) = 214+73+53=340 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.94% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 53 (21.09% from 255 or 15.59% from 340); Max value from RGB is 214 - color contains mainly: red. Hex color #D64935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64935 is #29B6CA. Grayscale: #717171. Windows color (decimal): -2733771 or 3492310. OLE color: 3492310.

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

Color convert

RGB 214 73 53 -
CMYK 0 0.66 0.75 0.16
HSL 7.45º 0.66% 0.52% -
HSV(B) 7.45º 0.75% 0.84% -
XYZ 30.76 19.32 5.48 -
YUV 112.88 94.21 200.13 -
System Red Green Blue C M Y K H S L
Decimal 214 73 53 0 0.66 0.75 0.16 7.45 0.66 0.52
Hex D6 49 35 0 42 4B 10 7 42 34
Octal 326 111 65 0 102 113 20 7 102 64
Binary 11010110 1001001 110101 0 1000010 1001011 10000 111 1000010 110100

Color Harmonies of #D64935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64935

Black with #D64935

Text Example


Text Example

White with #D64935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64935; }

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

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

background-color css

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

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

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

border-color css

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

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

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