Html Css Color HEX #E30B02 Red

📋 copy color: '#E30B02'

red 227 ◦ green 11 ◦ blue 2

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

Shades of Red #E30B02

Tints of Red #E30B02

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.58%

 BLUE value IS 2 (1.17% from 255) = 0.83%

R = 94.58%
G = 4.58%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#E30B02 (or 0xE30B02) is known color: Red. HEX triplet: E3, 0B and 02. RGB value is (227,11,2). Sum of RGB (Red+Green+Blue) = 227+11+2=240 (31% of max value = 765). Red value is 227 (89.06% from 255 or 94.58% from 240); Green value is 11 (4.69% from 255 or 4.58% from 240); Blue value is 2 (1.17% from 255 or 0.83% from 240); Max value from RGB is 227 - color contains mainly: red. Hex color #E30B02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30B02 is #1CF4FD. Grayscale: #4A4A4A. Windows color (decimal): -1897726 or 134115. OLE color: 134115.

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

Color convert

RGB 227 11 2 -
CMYK 0 0.95 0.99 0.11
HSL 2.4º 0.98% 0.45% -
HSV(B) 2.4º 0.99% 0.89% -
XYZ 31.81 16.57 1.58 -
YUV 74.56 87.06 236.73 -
System Red Green Blue C M Y K H S L
Decimal 227 11 2 0 0.95 0.99 0.11 2.4 0.98 0.45
Hex E3 B 2 0 5F 63 B 2 62 2D
Octal 343 13 2 0 137 143 13 2 142 55
Binary 11100011 1011 10 0 1011111 1100011 1011 10 1100010 101101

Color Harmonies of #E30B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30B02

Black with #E30B02

Text Example


Text Example

White with #E30B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30B02; }

 p { color: rgb(227,11,2); }

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

background-color css

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

 a { background-color: rgb(227,11,2); }

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

border-color css

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

 span { border-color: rgb(227,11,2); }

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