Html Css Color HEX #D63E3A Cinnabar

📋 copy color: '#D63E3A'

red 214 ◦ green 62 ◦ blue 58

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

Shades of Cinnabar #D63E3A

Tints of Cinnabar #D63E3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.37%

R = 64.07%
G = 18.56%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D63E3A (or 0xD63E3A) is known color: Cinnabar. HEX triplet: D6, 3E and 3A. RGB value is (214,62,58). Sum of RGB (Red+Green+Blue) = 214+62+58=334 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.07% from 334); Green value is 62 (24.61% from 255 or 18.56% from 334); Blue value is 58 (23.05% from 255 or 17.37% from 334); Max value from RGB is 214 - color contains mainly: red. Hex color #D63E3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63E3A is #29C1C5. Grayscale: #6B6B6B. Windows color (decimal): -2736582 or 3817174. OLE color: 3817174.

HSL color Cylindrical-coordinate representation of color #D63E3A: hue angle of 1.54º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D63E3A is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 62 58 -
CMYK 0 0.71 0.73 0.16
HSL 1.54º 0.66% 0.53% -
HSV(B) 1.54º 0.73% 0.84% -
XYZ 30.22 18.05 5.89 -
YUV 106.99 100.36 204.33 -
System Red Green Blue C M Y K H S L
Decimal 214 62 58 0 0.71 0.73 0.16 1.54 0.66 0.53
Hex D6 3E 3A 0 47 49 10 2 42 35
Octal 326 76 72 0 107 111 20 2 102 65
Binary 11010110 111110 111010 0 1000111 1001001 10000 10 1000010 110101

Color Harmonies of #D63E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63E3A

Black with #D63E3A

Text Example


Text Example

White with #D63E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63E3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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