Html Css Color HEX #E90C0C Red

📋 copy color: '#E90C0C'

red 233 ◦ green 12 ◦ blue 12

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

Shades of Red #E90C0C

Tints of Red #E90C0C

RGB

 RED value IS 233 (91.41% from 255) = 90.66%

 GREEN value IS 12 (5.08% from 255) = 4.67%

 BLUE value IS 12 (5.08% from 255) = 4.67%

R = 90.66%
G = 4.67%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E90C0C (or 0xE90C0C) is known color: Red. HEX triplet: E9, 0C and 0C. RGB value is (233,12,12). Sum of RGB (Red+Green+Blue) = 233+12+12=257 (34% of max value = 765). Red value is 233 (91.41% from 255 or 90.66% from 257); Green value is 12 (5.08% from 255 or 4.67% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 233 - color contains mainly: red. Hex color #E90C0C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90C0C is #16F3F3. Grayscale: #4E4E4E. Windows color (decimal): -1504244 or 789737. OLE color: 789737.

HSL color Cylindrical-coordinate representation of color #E90C0C: hue angle of 0º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E90C0C is Cyan = 0, Magento = 0.95, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 12 12 -
CMYK 0 0.95 0.95 0.09
HSL 0.9% 0.48% -
HSV(B) 0.95% 0.91% -
XYZ 33.8 17.61 1.97 -
YUV 78.08 90.72 238.5 -
System Red Green Blue C M Y K H S L
Decimal 233 12 12 0 0.95 0.95 0.09 0 0.9 0.48
Hex E9 C C 0 5F 5F 9 0 5A 30
Octal 351 14 14 0 137 137 11 0 132 60
Binary 11101001 1100 1100 0 1011111 1011111 1001 0 1011010 110000

Color Harmonies of #E90C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90C0C

Black with #E90C0C

Text Example


Text Example

White with #E90C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90C0C; }

 p { color: rgb(233,12,12); }

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

background-color css

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

 a { background-color: rgb(233,12,12); }

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

border-color css

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

 span { border-color: rgb(233,12,12); }

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