Html Css Color HEX #D64030 Cinnabar

📋 copy color: '#D64030'

red 214 ◦ green 64 ◦ blue 48

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

Shades of Cinnabar #D64030

Tints of Cinnabar #D64030

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.63%

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

R = 65.64%
G = 19.63%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D64030 (or 0xD64030) is known color: Cinnabar. HEX triplet: D6, 40 and 30. RGB value is (214,64,48). Sum of RGB (Red+Green+Blue) = 214+64+48=326 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.64% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 48 (19.14% from 255 or 14.72% from 326); Max value from RGB is 214 - color contains mainly: red. Hex color #D64030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64030 is #29BFCF. Grayscale: #6B6B6B. Windows color (decimal): -2736080 or 3162326. OLE color: 3162326.

HSL color Cylindrical-coordinate representation of color #D64030: hue angle of 5.78º 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 #D64030 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 64 48 -
CMYK 0 0.70 0.78 0.16
HSL 5.78º 0.67% 0.51% -
HSV(B) 5.78º 0.78% 0.84% -
XYZ 30.1 18.18 4.72 -
YUV 107.03 94.7 204.3 -
System Red Green Blue C M Y K H S L
Decimal 214 64 48 0 0.70 0.78 0.16 5.78 0.67 0.51
Hex D6 40 30 0 46 4E 10 6 43 33
Octal 326 100 60 0 106 116 20 6 103 63
Binary 11010110 1000000 110000 0 1000110 1001110 10000 110 1000011 110011

Color Harmonies of #D64030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64030

Black with #D64030

Text Example


Text Example

White with #D64030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64030; }

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

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

background-color css

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

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

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

border-color css

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

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

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