Html Css Color HEX #D64630 Cinnabar

📋 copy color: '#D64630'

red 214 ◦ green 70 ◦ blue 48

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

Shades of Cinnabar #D64630

Tints of Cinnabar #D64630

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.08%

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

R = 64.46%
G = 21.08%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D64630 (or 0xD64630) is known color: Cinnabar. HEX triplet: D6, 46 and 30. RGB value is (214,70,48). Sum of RGB (Red+Green+Blue) = 214+70+48=332 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.46% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 48 (19.14% from 255 or 14.46% from 332); Max value from RGB is 214 - color contains mainly: red. Hex color #D64630 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64630 is #29B9CF. Grayscale: #6E6E6E. Windows color (decimal): -2734544 or 3163862. OLE color: 3163862.

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

Color convert

RGB 214 70 48 -
CMYK 0 0.67 0.78 0.16
HSL 7.95º 0.67% 0.51% -
HSV(B) 7.95º 0.78% 0.84% -
XYZ 30.46 18.89 4.84 -
YUV 110.55 92.71 201.79 -
System Red Green Blue C M Y K H S L
Decimal 214 70 48 0 0.67 0.78 0.16 7.95 0.67 0.51
Hex D6 46 30 0 43 4E 10 8 43 33
Octal 326 106 60 0 103 116 20 10 103 63
Binary 11010110 1000110 110000 0 1000011 1001110 10000 1000 1000011 110011

Color Harmonies of #D64630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64630

Black with #D64630

Text Example


Text Example

White with #D64630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64630; }

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

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

background-color css

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

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

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

border-color css

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

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

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