Html Css Color HEX #D63E30 Cinnabar

📋 copy color: '#D63E30'

red 214 ◦ green 62 ◦ blue 48

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

Shades of Cinnabar #D63E30

Tints of Cinnabar #D63E30

RGB

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

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

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

R = 66.05%
G = 19.14%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D63E30 (or 0xD63E30) is known color: Cinnabar. HEX triplet: D6, 3E and 30. RGB value is (214,62,48). Sum of RGB (Red+Green+Blue) = 214+62+48=324 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.05% from 324); Green value is 62 (24.61% from 255 or 19.14% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 214 - color contains mainly: red. Hex color #D63E30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63E30 is #29C1CF. Grayscale: #6A6A6A. Windows color (decimal): -2736592 or 3161814. OLE color: 3161814.

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

Color convert

RGB 214 62 48 -
CMYK 0 0.71 0.78 0.16
HSL 5.06º 0.67% 0.51% -
HSV(B) 5.06º 0.78% 0.84% -
XYZ 29.99 17.95 4.68 -
YUV 105.85 95.36 205.14 -
System Red Green Blue C M Y K H S L
Decimal 214 62 48 0 0.71 0.78 0.16 5.06 0.67 0.51
Hex D6 3E 30 0 47 4E 10 5 43 33
Octal 326 76 60 0 107 116 20 5 103 63
Binary 11010110 111110 110000 0 1000111 1001110 10000 101 1000011 110011

Color Harmonies of #D63E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63E30

Black with #D63E30

Text Example


Text Example

White with #D63E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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