Html Css Color HEX #E03D3D Cinnabar

📋 copy color: '#E03D3D'

red 224 ◦ green 61 ◦ blue 61

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

Shades of Cinnabar #E03D3D

Tints of Cinnabar #E03D3D

RGB

 RED value IS 224 (87.89% from 255) = 64.74%

 GREEN value IS 61 (24.22% from 255) = 17.63%

 BLUE value IS 61 (24.22% from 255) = 17.63%

R = 64.74%
G = 17.63%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E03D3D (or 0xE03D3D) is known color: Cinnabar. HEX triplet: E0, 3D and 3D. RGB value is (224,61,61). Sum of RGB (Red+Green+Blue) = 224+61+61=346 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.74% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 61 (24.22% from 255 or 17.63% from 346); Max value from RGB is 224 - color contains mainly: red. Hex color #E03D3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03D3D is #1FC2C2. Grayscale: #6D6D6D. Windows color (decimal): -2081475 or 4013536. OLE color: 4013536.

HSL color Cylindrical-coordinate representation of color #E03D3D: hue angle of 0º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E03D3D is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 61 61 -
CMYK 0 0.73 0.73 0.12
HSL 0.72% 0.56% -
HSV(B) 0.73% 0.88% -
XYZ 33.25 19.52 6.43 -
YUV 109.74 100.5 209.5 -
System Red Green Blue C M Y K H S L
Decimal 224 61 61 0 0.73 0.73 0.12 0 0.72 0.56
Hex E0 3D 3D 0 49 49 C 0 48 38
Octal 340 75 75 0 111 111 14 0 110 70
Binary 11100000 111101 111101 0 1001001 1001001 1100 0 1001000 111000

Color Harmonies of #E03D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03D3D

Black with #E03D3D

Text Example


Text Example

White with #E03D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03D3D; }

 p { color: rgb(224,61,61); }

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

background-color css

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

 a { background-color: rgb(224,61,61); }

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

border-color css

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

 span { border-color: rgb(224,61,61); }

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