Html Css Color HEX #D63E29 Cinnabar

📋 copy color: '#D63E29'

red 214 ◦ green 62 ◦ blue 41

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

Shades of Cinnabar #D63E29

Tints of Cinnabar #D63E29

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.56%

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

R = 67.51%
G = 19.56%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D63E29 (or 0xD63E29) is known color: Cinnabar. HEX triplet: D6, 3E and 29. RGB value is (214,62,41). Sum of RGB (Red+Green+Blue) = 214+62+41=317 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.51% from 317); Green value is 62 (24.61% from 255 or 19.56% from 317); Blue value is 41 (16.41% from 255 or 12.93% from 317); Max value from RGB is 214 - color contains mainly: red. Hex color #D63E29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63E29 is #29C1D6. Grayscale: #696969. Windows color (decimal): -2736599 or 2703062. OLE color: 2703062.

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

Color convert

RGB 214 62 41 -
CMYK 0 0.71 0.81 0.16
HSL 7.28º 0.68% 0.5% -
HSV(B) 7.28º 0.81% 0.84% -
XYZ 29.85 17.9 3.98 -
YUV 105.05 91.86 205.71 -
System Red Green Blue C M Y K H S L
Decimal 214 62 41 0 0.71 0.81 0.16 7.28 0.68 0.5
Hex D6 3E 29 0 47 51 10 7 44 32
Octal 326 76 51 0 107 121 20 7 104 62
Binary 11010110 111110 101001 0 1000111 1010001 10000 111 1000100 110010

Color Harmonies of #D63E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63E29

Black with #D63E29

Text Example


Text Example

White with #D63E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63E29; }

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

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

background-color css

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

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

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

border-color css

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

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

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