Html Css Color HEX #E04B2D Cinnabar

📋 copy color: '#E04B2D'

red 224 ◦ green 75 ◦ blue 45

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

Shades of Cinnabar #E04B2D

Tints of Cinnabar #E04B2D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.8%

 BLUE value IS 45 (17.97% from 255) = 13.08%

R = 65.12%
G = 21.8%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E04B2D (or 0xE04B2D) is known color: Cinnabar. HEX triplet: E0, 4B and 2D. RGB value is (224,75,45). Sum of RGB (Red+Green+Blue) = 224+75+45=344 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.12% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 45 (17.97% from 255 or 13.08% from 344); Max value from RGB is 224 - color contains mainly: red. Hex color #E04B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04B2D is #1FB4D2. Grayscale: #747474. Windows color (decimal): -2077907 or 2968544. OLE color: 2968544.

HSL color Cylindrical-coordinate representation of color #E04B2D: hue angle of 10.06º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E04B2D is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 75 45 -
CMYK 0 0.67 0.80 0.12
HSL 10.06º 0.74% 0.53% -
HSV(B) 10.06º 0.8% 0.88% -
XYZ 33.73 21.07 4.77 -
YUV 116.13 87.86 204.94 -
System Red Green Blue C M Y K H S L
Decimal 224 75 45 0 0.67 0.80 0.12 10.06 0.74 0.53
Hex E0 4B 2D 0 43 50 C A 4A 35
Octal 340 113 55 0 103 120 14 12 112 65
Binary 11100000 1001011 101101 0 1000011 1010000 1100 1010 1001010 110101

Color Harmonies of #E04B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04B2D

Black with #E04B2D

Text Example


Text Example

White with #E04B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04B2D; }

 p { color: rgb(224,75,45); }

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

background-color css

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

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

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

border-color css

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

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

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