Html Css Color HEX #D64132 Cinnabar

📋 copy color: '#D64132'

red 214 ◦ green 65 ◦ blue 50

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

Shades of Cinnabar #D64132

Tints of Cinnabar #D64132

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.76%

 BLUE value IS 50 (19.92% from 255) = 15.2%

R = 65.05%
G = 19.76%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D64132 (or 0xD64132) is known color: Cinnabar. HEX triplet: D6, 41 and 32. RGB value is (214,65,50). Sum of RGB (Red+Green+Blue) = 214+65+50=329 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.05% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 50 (19.92% from 255 or 15.20% from 329); Max value from RGB is 214 - color contains mainly: red. Hex color #D64132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64132 is #29BECD. Grayscale: #6C6C6C. Windows color (decimal): -2735822 or 3293654. OLE color: 3293654.

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

Color convert

RGB 214 65 50 -
CMYK 0 0.70 0.77 0.16
HSL 5.49º 0.67% 0.52% -
HSV(B) 5.49º 0.77% 0.84% -
XYZ 30.2 18.31 4.96 -
YUV 107.84 95.36 203.72 -
System Red Green Blue C M Y K H S L
Decimal 214 65 50 0 0.70 0.77 0.16 5.49 0.67 0.52
Hex D6 41 32 0 46 4D 10 5 43 34
Octal 326 101 62 0 106 115 20 5 103 64
Binary 11010110 1000001 110010 0 1000110 1001101 10000 101 1000011 110100

Color Harmonies of #D64132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64132

Black with #D64132

Text Example


Text Example

White with #D64132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64132; }

 p { color: rgb(214,65,50); }

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

background-color css

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

 a { background-color: rgb(214,65,50); }

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

border-color css

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

 span { border-color: rgb(214,65,50); }

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