Html Css Color HEX #D64236 Cinnabar

📋 copy color: '#D64236'

red 214 ◦ green 66 ◦ blue 54

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

Shades of Cinnabar #D64236

Tints of Cinnabar #D64236

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.76%

 BLUE value IS 54 (21.48% from 255) = 16.17%

R = 64.07%
G = 19.76%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D64236 (or 0xD64236) is known color: Cinnabar. HEX triplet: D6, 42 and 36. RGB value is (214,66,54). Sum of RGB (Red+Green+Blue) = 214+66+54=334 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.07% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 54 (21.48% from 255 or 16.17% from 334); Max value from RGB is 214 - color contains mainly: red. Hex color #D64236 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64236 is #29BDC9. Grayscale: #6D6D6D. Windows color (decimal): -2735562 or 3556054. OLE color: 3556054.

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

Color convert

RGB 214 66 54 -
CMYK 0 0.69 0.75 0.16
HSL 4.5º 0.66% 0.53% -
HSV(B) 4.5º 0.75% 0.84% -
XYZ 30.35 18.46 5.45 -
YUV 108.88 97.03 202.98 -
System Red Green Blue C M Y K H S L
Decimal 214 66 54 0 0.69 0.75 0.16 4.5 0.66 0.53
Hex D6 42 36 0 45 4B 10 4 42 35
Octal 326 102 66 0 105 113 20 4 102 65
Binary 11010110 1000010 110110 0 1000101 1001011 10000 100 1000010 110101

Color Harmonies of #D64236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64236

Black with #D64236

Text Example


Text Example

White with #D64236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64236; }

 p { color: rgb(214,66,54); }

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

background-color css

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

 a { background-color: rgb(214,66,54); }

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

border-color css

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

 span { border-color: rgb(214,66,54); }

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