Html Css Color HEX #E02F2B Cinnabar

📋 copy color: '#E02F2B'

red 224 ◦ green 47 ◦ blue 43

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

Shades of Cinnabar #E02F2B

Tints of Cinnabar #E02F2B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.97%

 BLUE value IS 43 (17.19% from 255) = 13.69%

R = 71.34%
G = 14.97%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E02F2B (or 0xE02F2B) is known color: Cinnabar. HEX triplet: E0, 2F and 2B. RGB value is (224,47,43). Sum of RGB (Red+Green+Blue) = 224+47+43=314 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.34% from 314); Green value is 47 (18.75% from 255 or 14.97% from 314); Blue value is 43 (17.19% from 255 or 13.69% from 314); Max value from RGB is 224 - color contains mainly: red. Hex color #E02F2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02F2B is #1FD0D4. Grayscale: #636363. Windows color (decimal): -2085077 or 2830304. OLE color: 2830304.

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

Color convert

RGB 224 47 43 -
CMYK 0 0.79 0.81 0.12
HSL 1.33º 0.74% 0.52% -
HSV(B) 1.33º 0.81% 0.88% -
XYZ 32.19 18.05 4.07 -
YUV 99.47 96.14 216.83 -
System Red Green Blue C M Y K H S L
Decimal 224 47 43 0 0.79 0.81 0.12 1.33 0.74 0.52
Hex E0 2F 2B 0 4F 51 C 1 4A 34
Octal 340 57 53 0 117 121 14 1 112 64
Binary 11100000 101111 101011 0 1001111 1010001 1100 1 1001010 110100

Color Harmonies of #E02F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02F2B

Black with #E02F2B

Text Example


Text Example

White with #E02F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02F2B; }

 p { color: rgb(224,47,43); }

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

background-color css

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

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

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

border-color css

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

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

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