Html Css Color HEX #D64A3A Cinnabar

📋 copy color: '#D64A3A'

red 214 ◦ green 74 ◦ blue 58

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

Shades of Cinnabar #D64A3A

Tints of Cinnabar #D64A3A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.39%

 BLUE value IS 58 (23.05% from 255) = 16.76%

R = 61.85%
G = 21.39%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D64A3A (or 0xD64A3A) is known color: Cinnabar. HEX triplet: D6, 4A and 3A. RGB value is (214,74,58). Sum of RGB (Red+Green+Blue) = 214+74+58=346 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.85% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 58 (23.05% from 255 or 16.76% from 346); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64A3A is #29B5C5. Grayscale: #727272. Windows color (decimal): -2733510 or 3820246. OLE color: 3820246.

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

Color convert

RGB 214 74 58 -
CMYK 0 0.65 0.73 0.16
HSL 6.15º 0.66% 0.53% -
HSV(B) 6.15º 0.73% 0.84% -
XYZ 30.94 19.5 6.14 -
YUV 114.04 96.38 199.3 -
System Red Green Blue C M Y K H S L
Decimal 214 74 58 0 0.65 0.73 0.16 6.15 0.66 0.53
Hex D6 4A 3A 0 41 49 10 6 42 35
Octal 326 112 72 0 101 111 20 6 102 65
Binary 11010110 1001010 111010 0 1000001 1001001 10000 110 1000010 110101

Color Harmonies of #D64A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64A3A

Black with #D64A3A

Text Example


Text Example

White with #D64A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64A3A; }

 p { color: rgb(214,74,58); }

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

background-color css

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

 a { background-color: rgb(214,74,58); }

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

border-color css

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

 span { border-color: rgb(214,74,58); }

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