Html Css Color HEX #EF000F Venetian Red

📋 copy color: '#EF000F'

red 239 ◦ green 0 ◦ blue 15

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

Shades of Venetian Red #EF000F

Tints of Venetian Red #EF000F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.91%

R = 94.09%
G = 0%
B = 5.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EF000F (or 0xEF000F) is known color: Venetian Red. HEX triplet: EF, 00 and 0F. RGB value is (239,0,15). Sum of RGB (Red+Green+Blue) = 239+0+15=254 (33% of max value = 765). Red value is 239 (93.75% from 255 or 94.09% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 15 (6.25% from 255 or 5.91% from 254); Max value from RGB is 239 - color contains mainly: red. Hex color #EF000F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF000F is #10FFF0. Grayscale: #494949. Windows color (decimal): -1114097 or 983279. OLE color: 983279.

HSL color Cylindrical-coordinate representation of color #EF000F: hue angle of 356.23º 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 #EF000F is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 0 15 -
CMYK 0 1 0.94 0.06
HSL 356.23º 1% 0.47% -
HSV(B) 356.23º 1% 0.94% -
XYZ 35.68 18.39 2.12 -
YUV 73.17 95.18 246.28 -
System Red Green Blue C M Y K H S L
Decimal 239 0 15 0 1 0.94 0.06 356.23 1 0.47
Hex EF 0 F 0 64 5E 6 164 64 2F
Octal 357 0 17 0 144 136 6 544 144 57
Binary 11101111 0 1111 0 1100100 1011110 110 101100100 1100100 101111

Color Harmonies of #EF000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF000F

Black with #EF000F

Text Example


Text Example

White with #EF000F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF000F; }

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

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

background-color css

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

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

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

border-color css

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

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

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