Html Css Color HEX #F3000B Venetian Red

📋 copy color: '#F3000B'

red 243 ◦ green 0 ◦ blue 11

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

Shades of Venetian Red #F3000B

Tints of Venetian Red #F3000B

RGB

 RED value IS 243 (95.31% from 255) = 95.67%

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

 BLUE value IS 11 (4.69% from 255) = 4.33%

R = 95.67%
G = 0%
B = 4.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F3000B (or 0xF3000B) is known color: Venetian Red. HEX triplet: F3, 00 and 0B. RGB value is (243,0,11). Sum of RGB (Red+Green+Blue) = 243+0+11=254 (33% of max value = 765). Red value is 243 (95.31% from 255 or 95.67% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 11 (4.69% from 255 or 4.33% from 254); Max value from RGB is 243 - color contains mainly: red. Hex color #F3000B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F3000B is #0CFFF4. Grayscale: #4A4A4A. Windows color (decimal): -851957 or 721139. OLE color: 721139.

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

Color convert

RGB 243 0 11 -
CMYK 0 1 0.95 0.05
HSL 357.28º 1% 0.48% -
HSV(B) 357.28º 1% 0.95% -
XYZ 37.02 19.08 2.05 -
YUV 73.91 92.51 248.61 -
System Red Green Blue C M Y K H S L
Decimal 243 0 11 0 1 0.95 0.05 357.28 1 0.48
Hex F3 0 B 0 64 5F 5 165 64 30
Octal 363 0 13 0 144 137 5 545 144 60
Binary 11110011 0 1011 0 1100100 1011111 101 101100101 1100100 110000

Color Harmonies of #F3000B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3000B

Black with #F3000B

Text Example


Text Example

White with #F3000B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3000B; }

 p { color: rgb(243,0,11); }

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

background-color css

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

 a { background-color: rgb(243,0,11); }

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

border-color css

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

 span { border-color: rgb(243,0,11); }

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