Html Css Color HEX #EB030C Venetian Red

📋 copy color: '#EB030C'

red 235 ◦ green 3 ◦ blue 12

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

Shades of Venetian Red #EB030C

Tints of Venetian Red #EB030C

RGB

 RED value IS 235 (92.19% from 255) = 94%

 GREEN value IS 3 (1.56% from 255) = 1.2%

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

R = 94%
G = 1.2%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EB030C (or 0xEB030C) is known color: Venetian Red. HEX triplet: EB, 03 and 0C. RGB value is (235,3,12). Sum of RGB (Red+Green+Blue) = 235+3+12=250 (33% of max value = 765). Red value is 235 (92.19% from 255 or 94% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 235 - color contains mainly: red. Hex color #EB030C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB030C is #14FCF3. Grayscale: #494949. Windows color (decimal): -1375476 or 787435. OLE color: 787435.

HSL color Cylindrical-coordinate representation of color #EB030C: hue angle of 357.67º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EB030C is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 3 12 -
CMYK 0 0.99 0.95 0.08
HSL 357.67º 0.97% 0.47% -
HSV(B) 357.67º 0.99% 0.92% -
XYZ 34.36 17.75 1.96 -
YUV 73.39 93.36 243.27 -
System Red Green Blue C M Y K H S L
Decimal 235 3 12 0 0.99 0.95 0.08 357.67 0.97 0.47
Hex EB 3 C 0 63 5F 8 166 61 2F
Octal 353 3 14 0 143 137 10 546 141 57
Binary 11101011 11 1100 0 1100011 1011111 1000 101100110 1100001 101111

Color Harmonies of #EB030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB030C

Black with #EB030C

Text Example


Text Example

White with #EB030C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB030C; }

 p { color: rgb(235,3,12); }

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

background-color css

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

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

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

border-color css

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

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

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