Html Css Color HEX #D64830 Cinnabar

📋 copy color: '#D64830'

red 214 ◦ green 72 ◦ blue 48

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

Shades of Cinnabar #D64830

Tints of Cinnabar #D64830

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.56%

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

R = 64.07%
G = 21.56%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D64830 (or 0xD64830) is known color: Cinnabar. HEX triplet: D6, 48 and 30. RGB value is (214,72,48). Sum of RGB (Red+Green+Blue) = 214+72+48=334 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.07% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 48 (19.14% from 255 or 14.37% from 334); Max value from RGB is 214 - color contains mainly: red. Hex color #D64830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64830 is #29B7CF. Grayscale: #6F6F6F. Windows color (decimal): -2734032 or 3164374. OLE color: 3164374.

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

Color convert

RGB 214 72 48 -
CMYK 0 0.66 0.78 0.16
HSL 8.67º 0.67% 0.51% -
HSV(B) 8.67º 0.78% 0.84% -
XYZ 30.58 19.14 4.88 -
YUV 111.72 92.04 200.95 -
System Red Green Blue C M Y K H S L
Decimal 214 72 48 0 0.66 0.78 0.16 8.67 0.67 0.51
Hex D6 48 30 0 42 4E 10 9 43 33
Octal 326 110 60 0 102 116 20 11 103 63
Binary 11010110 1001000 110000 0 1000010 1001110 10000 1001 1000011 110011

Color Harmonies of #D64830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64830

Black with #D64830

Text Example


Text Example

White with #D64830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64830; }

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

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

background-color css

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

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

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

border-color css

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

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

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