Html Css Color HEX #EF0103 Venetian Red

📋 copy color: '#EF0103'

red 239 ◦ green 1 ◦ blue 3

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

Shades of Venetian Red #EF0103

Tints of Venetian Red #EF0103

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 3 (1.56% from 255) = 1.23%

R = 98.35%
G = 0.41%
B = 1.23%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EF0103 (or 0xEF0103) is known color: Venetian Red. HEX triplet: EF, 01 and 03. RGB value is (239,1,3). Sum of RGB (Red+Green+Blue) = 239+1+3=243 (32% of max value = 765). Red value is 239 (93.75% from 255 or 98.35% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 3 (1.56% from 255 or 1.23% from 243); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0103 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0103 is #10FEFC. Grayscale: #484848. Windows color (decimal): -1113853 or 197103. OLE color: 197103.

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

Color convert

RGB 239 1 3 -
CMYK 0 1.00 0.99 0.06
HSL 359.5º 0.99% 0.47% -
HSV(B) 359.5º 1% 0.94% -
XYZ 35.62 18.38 1.76 -
YUV 72.39 88.85 246.84 -
System Red Green Blue C M Y K H S L
Decimal 239 1 3 0 1.00 0.99 0.06 359.5 0.99 0.47
Hex EF 1 3 0 64 63 6 167 63 2F
Octal 357 1 3 0 144 143 6 547 143 57
Binary 11101111 1 11 0 1100100 1100011 110 101100111 1100011 101111

Color Harmonies of #EF0103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0103

Black with #EF0103

Text Example


Text Example

White with #EF0103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0103; }

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

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

background-color css

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

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

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

border-color css

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

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

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