Html Css Color HEX #E03F3D Cinnabar

📋 copy color: '#E03F3D'

red 224 ◦ green 63 ◦ blue 61

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

Shades of Cinnabar #E03F3D

Tints of Cinnabar #E03F3D

RGB

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

 GREEN value IS 63 (25% from 255) = 18.1%

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

R = 64.37%
G = 18.1%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E03F3D (or 0xE03F3D) is known color: Cinnabar. HEX triplet: E0, 3F and 3D. RGB value is (224,63,61). Sum of RGB (Red+Green+Blue) = 224+63+61=348 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.37% from 348); Green value is 63 (25% from 255 or 18.10% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 224 - color contains mainly: red. Hex color #E03F3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03F3D is #1FC0C2. Grayscale: #6F6F6F. Windows color (decimal): -2080963 or 4014048. OLE color: 4014048.

HSL color Cylindrical-coordinate representation of color #E03F3D: hue angle of 0.74º 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 #E03F3D is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 63 61 -
CMYK 0 0.72 0.73 0.12
HSL 0.74º 0.72% 0.56% -
HSV(B) 0.74º 0.73% 0.88% -
XYZ 33.36 19.74 6.47 -
YUV 110.91 99.84 208.66 -
System Red Green Blue C M Y K H S L
Decimal 224 63 61 0 0.72 0.73 0.12 0.74 0.72 0.56
Hex E0 3F 3D 0 48 49 C 1 48 38
Octal 340 77 75 0 110 111 14 1 110 70
Binary 11100000 111111 111101 0 1001000 1001001 1100 1 1001000 111000

Color Harmonies of #E03F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03F3D

Black with #E03F3D

Text Example


Text Example

White with #E03F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03F3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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