Html Css Color HEX #F30108 Venetian Red

📋 copy color: '#F30108'

red 243 ◦ green 1 ◦ blue 8

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

Shades of Venetian Red #F30108

Tints of Venetian Red #F30108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.17%

R = 96.43%
G = 0.4%
B = 3.17%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F30108 (or 0xF30108) is known color: Venetian Red. HEX triplet: F3, 01 and 08. RGB value is (243,1,8). Sum of RGB (Red+Green+Blue) = 243+1+8=252 (33% of max value = 765). Red value is 243 (95.31% from 255 or 96.43% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 8 (3.52% from 255 or 3.17% from 252); Max value from RGB is 243 - color contains mainly: red. Hex color #F30108 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30108 is #0CFEF7. Grayscale: #4A4A4A. Windows color (decimal): -851704 or 524787. OLE color: 524787.

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

Color convert

RGB 243 1 8 -
CMYK 0 1.00 0.97 0.05
HSL 358.26º 0.99% 0.48% -
HSV(B) 358.26º 1% 0.95% -
XYZ 37.02 19.09 1.96 -
YUV 74.16 90.67 248.43 -
System Red Green Blue C M Y K H S L
Decimal 243 1 8 0 1.00 0.97 0.05 358.26 0.99 0.48
Hex F3 1 8 0 64 61 5 166 63 30
Octal 363 1 10 0 144 141 5 546 143 60
Binary 11110011 1 1000 0 1100100 1100001 101 101100110 1100011 110000

Color Harmonies of #F30108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30108

Black with #F30108

Text Example


Text Example

White with #F30108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30108; }

 p { color: rgb(243,1,8); }

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

background-color css

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

 a { background-color: rgb(243,1,8); }

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

border-color css

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

 span { border-color: rgb(243,1,8); }

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