Html Css Color HEX #D64124 Cinnabar

📋 copy color: '#D64124'

red 214 ◦ green 65 ◦ blue 36

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

Shades of Cinnabar #D64124

Tints of Cinnabar #D64124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.43%

R = 67.94%
G = 20.63%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D64124 (or 0xD64124) is known color: Cinnabar. HEX triplet: D6, 41 and 24. RGB value is (214,65,36). Sum of RGB (Red+Green+Blue) = 214+65+36=315 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.94% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 36 (14.45% from 255 or 11.43% from 315); Max value from RGB is 214 - color contains mainly: red. Hex color #D64124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64124 is #29BEDB. Grayscale: #6A6A6A. Windows color (decimal): -2735836 or 2376150. OLE color: 2376150.

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

Color convert

RGB 214 65 36 -
CMYK 0 0.70 0.83 0.16
HSL 9.78º 0.71% 0.49% -
HSV(B) 9.78º 0.83% 0.84% -
XYZ 29.94 18.2 3.6 -
YUV 106.25 88.36 204.86 -
System Red Green Blue C M Y K H S L
Decimal 214 65 36 0 0.70 0.83 0.16 9.78 0.71 0.49
Hex D6 41 24 0 46 53 10 A 47 31
Octal 326 101 44 0 106 123 20 12 107 61
Binary 11010110 1000001 100100 0 1000110 1010011 10000 1010 1000111 110001

Color Harmonies of #D64124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64124

Black with #D64124

Text Example


Text Example

White with #D64124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64124; }

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

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

background-color css

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

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

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

border-color css

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

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

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