Html Css Color HEX #E30D0C Red

📋 copy color: '#E30D0C'

red 227 ◦ green 13 ◦ blue 12

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

Shades of Red #E30D0C

Tints of Red #E30D0C

RGB

 RED value IS 227 (89.06% from 255) = 90.08%

 GREEN value IS 13 (5.47% from 255) = 5.16%

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

R = 90.08%
G = 5.16%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E30D0C (or 0xE30D0C) is known color: Red. HEX triplet: E3, 0D and 0C. RGB value is (227,13,12). Sum of RGB (Red+Green+Blue) = 227+13+12=252 (33% of max value = 765). Red value is 227 (89.06% from 255 or 90.08% from 252); Green value is 13 (5.47% from 255 or 5.16% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 227 - color contains mainly: red. Hex color #E30D0C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30D0C is #1CF2F3. Grayscale: #4D4D4D. Windows color (decimal): -1897204 or 789987. OLE color: 789987.

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

Color convert

RGB 227 13 12 -
CMYK 0 0.94 0.95 0.11
HSL 0.28º 0.9% 0.47% -
HSV(B) 0.28º 0.95% 0.89% -
XYZ 31.89 16.65 1.88 -
YUV 76.87 91.4 235.08 -
System Red Green Blue C M Y K H S L
Decimal 227 13 12 0 0.94 0.95 0.11 0.28 0.9 0.47
Hex E3 D C 0 5E 5F B 0 5A 2F
Octal 343 15 14 0 136 137 13 0 132 57
Binary 11100011 1101 1100 0 1011110 1011111 1011 0 1011010 101111

Color Harmonies of #E30D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30D0C

Black with #E30D0C

Text Example


Text Example

White with #E30D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30D0C; }

 p { color: rgb(227,13,12); }

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

background-color css

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

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

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

border-color css

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

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

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