Html Css Color HEX #D64434 Cinnabar

📋 copy color: '#D64434'

red 214 ◦ green 68 ◦ blue 52

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

Shades of Cinnabar #D64434

Tints of Cinnabar #D64434

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.36%

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

R = 64.07%
G = 20.36%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D64434 (or 0xD64434) is known color: Cinnabar. HEX triplet: D6, 44 and 34. RGB value is (214,68,52). Sum of RGB (Red+Green+Blue) = 214+68+52=334 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.07% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 52 (20.70% from 255 or 15.57% from 334); Max value from RGB is 214 - color contains mainly: red. Hex color #D64434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64434 is #29BBCB. Grayscale: #6E6E6E. Windows color (decimal): -2735052 or 3425494. OLE color: 3425494.

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

Color convert

RGB 214 68 52 -
CMYK 0 0.68 0.76 0.16
HSL 5.93º 0.66% 0.52% -
HSV(B) 5.93º 0.76% 0.84% -
XYZ 30.42 18.68 5.25 -
YUV 109.83 95.37 202.3 -
System Red Green Blue C M Y K H S L
Decimal 214 68 52 0 0.68 0.76 0.16 5.93 0.66 0.52
Hex D6 44 34 0 44 4C 10 6 42 34
Octal 326 104 64 0 104 114 20 6 102 64
Binary 11010110 1000100 110100 0 1000100 1001100 10000 110 1000010 110100

Color Harmonies of #D64434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64434

Black with #D64434

Text Example


Text Example

White with #D64434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64434; }

 p { color: rgb(214,68,52); }

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

background-color css

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

 a { background-color: rgb(214,68,52); }

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

border-color css

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

 span { border-color: rgb(214,68,52); }

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