Html Css Color HEX #EF0002 Venetian Red

📋 copy color: '#EF0002'

red 239 ◦ green 0 ◦ blue 2

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

Shades of Venetian Red #EF0002

Tints of Venetian Red #EF0002

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 99.17%
G = 0%
B = 0.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EF0002 (or 0xEF0002) is known color: Venetian Red. HEX triplet: EF, 00 and 02. RGB value is (239,0,2). Sum of RGB (Red+Green+Blue) = 239+0+2=241 (31% of max value = 765). Red value is 239 (93.75% from 255 or 99.17% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0002 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0002 is #10FFFD. Grayscale: #474747. Windows color (decimal): -1114110 or 131311. OLE color: 131311.

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

Color convert

RGB 239 0 2 -
CMYK 0 1 0.99 0.06
HSL 359.5º 1% 0.47% -
HSV(B) 359.5º 1% 0.94% -
XYZ 35.61 18.36 1.72 -
YUV 71.69 88.68 247.34 -
System Red Green Blue C M Y K H S L
Decimal 239 0 2 0 1 0.99 0.06 359.5 1 0.47
Hex EF 0 2 0 64 63 6 167 64 2F
Octal 357 0 2 0 144 143 6 547 144 57
Binary 11101111 0 10 0 1100100 1100011 110 101100111 1100100 101111

Color Harmonies of #EF0002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0002

Black with #EF0002

Text Example


Text Example

White with #EF0002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0002; }

 p { color: rgb(239,0,2); }

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

background-color css

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

 a { background-color: rgb(239,0,2); }

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

border-color css

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

 span { border-color: rgb(239,0,2); }

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