Html Css Color HEX #EF0308 Venetian Red

📋 copy color: '#EF0308'

red 239 ◦ green 3 ◦ blue 8

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

Shades of Venetian Red #EF0308

Tints of Venetian Red #EF0308

RGB

 RED value IS 239 (93.75% from 255) = 95.6%

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

 BLUE value IS 8 (3.52% from 255) = 3.2%

R = 95.6%
G = 1.2%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EF0308 (or 0xEF0308) is known color: Venetian Red. HEX triplet: EF, 03 and 08. RGB value is (239,3,8). Sum of RGB (Red+Green+Blue) = 239+3+8=250 (33% of max value = 765). Red value is 239 (93.75% from 255 or 95.6% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 8 (3.52% from 255 or 3.2% from 250); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0308 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0308 is #10FCF7. Grayscale: #4A4A4A. Windows color (decimal): -1113336 or 525295. OLE color: 525295.

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

Color convert

RGB 239 3 8 -
CMYK 0 0.99 0.97 0.06
HSL 358.73º 0.98% 0.47% -
HSV(B) 358.73º 0.99% 0.94% -
XYZ 35.67 18.43 1.91 -
YUV 74.13 90.69 245.59 -
System Red Green Blue C M Y K H S L
Decimal 239 3 8 0 0.99 0.97 0.06 358.73 0.98 0.47
Hex EF 3 8 0 63 61 6 167 62 2F
Octal 357 3 10 0 143 141 6 547 142 57
Binary 11101111 11 1000 0 1100011 1100001 110 101100111 1100010 101111

Color Harmonies of #EF0308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0308

Black with #EF0308

Text Example


Text Example

White with #EF0308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0308; }

 p { color: rgb(239,3,8); }

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

background-color css

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

 a { background-color: rgb(239,3,8); }

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

border-color css

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

 span { border-color: rgb(239,3,8); }

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