Html Css Color HEX #D64A30 Cinnabar

📋 copy color: '#D64A30'

red 214 ◦ green 74 ◦ blue 48

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

Shades of Cinnabar #D64A30

Tints of Cinnabar #D64A30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.29%

R = 63.69%
G = 22.02%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D64A30 (or 0xD64A30) is known color: Cinnabar. HEX triplet: D6, 4A and 30. RGB value is (214,74,48). Sum of RGB (Red+Green+Blue) = 214+74+48=336 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.69% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 48 (19.14% from 255 or 14.29% from 336); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64A30 is #29B5CF. Grayscale: #717171. Windows color (decimal): -2733520 or 3164886. OLE color: 3164886.

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

Color convert

RGB 214 74 48 -
CMYK 0 0.65 0.78 0.16
HSL 9.4º 0.67% 0.51% -
HSV(B) 9.4º 0.78% 0.84% -
XYZ 30.71 19.41 4.92 -
YUV 112.9 91.38 200.11 -
System Red Green Blue C M Y K H S L
Decimal 214 74 48 0 0.65 0.78 0.16 9.4 0.67 0.51
Hex D6 4A 30 0 41 4E 10 9 43 33
Octal 326 112 60 0 101 116 20 11 103 63
Binary 11010110 1001010 110000 0 1000001 1001110 10000 1001 1000011 110011

Color Harmonies of #D64A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64A30

Black with #D64A30

Text Example


Text Example

White with #D64A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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