Html Css Color HEX #E03D35 Cinnabar

📋 copy color: '#E03D35'

red 224 ◦ green 61 ◦ blue 53

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

Shades of Cinnabar #E03D35

Tints of Cinnabar #E03D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.68%

R = 66.27%
G = 18.05%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#E03D35 (or 0xE03D35) is known color: Cinnabar. HEX triplet: E0, 3D and 35. RGB value is (224,61,53). Sum of RGB (Red+Green+Blue) = 224+61+53=338 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.27% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 53 (21.09% from 255 or 15.68% from 338); Max value from RGB is 224 - color contains mainly: red. Hex color #E03D35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03D35 is #1FC2CA. Grayscale: #6D6D6D. Windows color (decimal): -2081483 or 3489248. OLE color: 3489248.

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

Color convert

RGB 224 61 53 -
CMYK 0 0.73 0.76 0.12
HSL 2.81º 0.73% 0.54% -
HSV(B) 2.81º 0.76% 0.88% -
XYZ 33.05 19.44 5.38 -
YUV 108.83 96.5 210.15 -
System Red Green Blue C M Y K H S L
Decimal 224 61 53 0 0.73 0.76 0.12 2.81 0.73 0.54
Hex E0 3D 35 0 49 4C C 3 49 36
Octal 340 75 65 0 111 114 14 3 111 66
Binary 11100000 111101 110101 0 1001001 1001100 1100 11 1001001 110110

Color Harmonies of #E03D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03D35

Black with #E03D35

Text Example


Text Example

White with #E03D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03D35; }

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

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

background-color css

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

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

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

border-color css

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

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

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