Html Css Color HEX #EB0417 Venetian Red

📋 copy color: '#EB0417'

red 235 ◦ green 4 ◦ blue 23

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

Shades of Venetian Red #EB0417

Tints of Venetian Red #EB0417

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.53%

 BLUE value IS 23 (9.38% from 255) = 8.78%

R = 89.69%
G = 1.53%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EB0417 (or 0xEB0417) is known color: Venetian Red. HEX triplet: EB, 04 and 17. RGB value is (235,4,23). Sum of RGB (Red+Green+Blue) = 235+4+23=262 (34% of max value = 765). Red value is 235 (92.19% from 255 or 89.69% from 262); Green value is 4 (1.95% from 255 or 1.53% from 262); Blue value is 23 (9.38% from 255 or 8.78% from 262); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0417 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0417 is #14FBE8. Grayscale: #4B4B4B. Windows color (decimal): -1375209 or 1508587. OLE color: 1508587.

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

Color convert

RGB 235 4 23 -
CMYK 0 0.98 0.90 0.08
HSL 355.06º 0.97% 0.47% -
HSV(B) 355.06º 0.98% 0.92% -
XYZ 34.46 17.81 2.43 -
YUV 75.24 98.53 241.96 -
System Red Green Blue C M Y K H S L
Decimal 235 4 23 0 0.98 0.90 0.08 355.06 0.97 0.47
Hex EB 4 17 0 62 5A 8 163 61 2F
Octal 353 4 27 0 142 132 10 543 141 57
Binary 11101011 100 10111 0 1100010 1011010 1000 101100011 1100001 101111

Color Harmonies of #EB0417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0417

Black with #EB0417

Text Example


Text Example

White with #EB0417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0417; }

 p { color: rgb(235,4,23); }

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

background-color css

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

 a { background-color: rgb(235,4,23); }

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

border-color css

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

 span { border-color: rgb(235,4,23); }

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