Html Css Color HEX #D63C29 Cinnabar

📋 copy color: '#D63C29'

red 214 ◦ green 60 ◦ blue 41

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

Shades of Cinnabar #D63C29

Tints of Cinnabar #D63C29

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.05%

 BLUE value IS 41 (16.41% from 255) = 13.02%

R = 67.94%
G = 19.05%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D63C29 (or 0xD63C29) is known color: Cinnabar. HEX triplet: D6, 3C and 29. RGB value is (214,60,41). Sum of RGB (Red+Green+Blue) = 214+60+41=315 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.94% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 41 (16.41% from 255 or 13.02% from 315); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63C29 is #29C3D6. Grayscale: #686868. Windows color (decimal): -2737111 or 2702550. OLE color: 2702550.

HSL color Cylindrical-coordinate representation of color #D63C29: hue angle of 6.59º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D63C29 is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 60 41 -
CMYK 0 0.72 0.81 0.16
HSL 6.59º 0.68% 0.5% -
HSV(B) 6.59º 0.81% 0.84% -
XYZ 29.75 17.69 3.94 -
YUV 103.88 92.52 206.54 -
System Red Green Blue C M Y K H S L
Decimal 214 60 41 0 0.72 0.81 0.16 6.59 0.68 0.5
Hex D6 3C 29 0 48 51 10 7 44 32
Octal 326 74 51 0 110 121 20 7 104 62
Binary 11010110 111100 101001 0 1001000 1010001 10000 111 1000100 110010

Color Harmonies of #D63C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63C29

Black with #D63C29

Text Example


Text Example

White with #D63C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63C29; }

 p { color: rgb(214,60,41); }

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

background-color css

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

 a { background-color: rgb(214,60,41); }

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

border-color css

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

 span { border-color: rgb(214,60,41); }

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