Html Css Color HEX #EF060D Venetian Red

📋 copy color: '#EF060D'

red 239 ◦ green 6 ◦ blue 13

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

Shades of Venetian Red #EF060D

Tints of Venetian Red #EF060D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.33%

 BLUE value IS 13 (5.47% from 255) = 5.04%

R = 92.64%
G = 2.33%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF060D (or 0xEF060D) is known color: Venetian Red. HEX triplet: EF, 06 and 0D. RGB value is (239,6,13). Sum of RGB (Red+Green+Blue) = 239+6+13=258 (34% of max value = 765). Red value is 239 (93.75% from 255 or 92.64% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 13 (5.47% from 255 or 5.04% from 258); Max value from RGB is 239 - color contains mainly: red. Hex color #EF060D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF060D is #10F9F2. Grayscale: #4C4C4C. Windows color (decimal): -1112563 or 853743. OLE color: 853743.

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

Color convert

RGB 239 6 13 -
CMYK 0 0.97 0.95 0.06
HSL 358.2º 0.95% 0.48% -
HSV(B) 358.2º 0.97% 0.94% -
XYZ 35.73 18.51 2.07 -
YUV 76.47 92.19 243.93 -
System Red Green Blue C M Y K H S L
Decimal 239 6 13 0 0.97 0.95 0.06 358.2 0.95 0.48
Hex EF 6 D 0 61 5F 6 166 5F 30
Octal 357 6 15 0 141 137 6 546 137 60
Binary 11101111 110 1101 0 1100001 1011111 110 101100110 1011111 110000

Color Harmonies of #EF060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF060D

Black with #EF060D

Text Example


Text Example

White with #EF060D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF060D; }

 p { color: rgb(239,6,13); }

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

background-color css

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

 a { background-color: rgb(239,6,13); }

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

border-color css

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

 span { border-color: rgb(239,6,13); }

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