Html Css Color HEX #F2000C Venetian Red

📋 copy color: '#F2000C'

red 242 ◦ green 0 ◦ blue 12

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

Shades of Venetian Red #F2000C

Tints of Venetian Red #F2000C

RGB

 RED value IS 242 (94.92% from 255) = 95.28%

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

 BLUE value IS 12 (5.08% from 255) = 4.72%

R = 95.28%
G = 0%
B = 4.72%

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

#F2000C (or 0xF2000C) is known color: Venetian Red. HEX triplet: F2, 00 and 0C. RGB value is (242,0,12). Sum of RGB (Red+Green+Blue) = 242+0+12=254 (33% of max value = 765). Red value is 242 (94.92% from 255 or 95.28% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 242 - color contains mainly: red. Hex color #F2000C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F2000C is #0DFFF3. Grayscale: #494949. Windows color (decimal): -917492 or 786674. OLE color: 786674.

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

Color convert

RGB 242 0 12 -
CMYK 0 1 0.95 0.05
HSL 357.02º 1% 0.47% -
HSV(B) 357.02º 1% 0.95% -
XYZ 36.68 18.9 2.06 -
YUV 73.73 93.17 248.02 -
System Red Green Blue C M Y K H S L
Decimal 242 0 12 0 1 0.95 0.05 357.02 1 0.47
Hex F2 0 C 0 64 5F 5 165 64 2F
Octal 362 0 14 0 144 137 5 545 144 57
Binary 11110010 0 1100 0 1100100 1011111 101 101100101 1100100 101111

Color Harmonies of #F2000C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2000C

Black with #F2000C

Text Example


Text Example

White with #F2000C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2000C; }

 p { color: rgb(242,0,12); }

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

background-color css

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

 a { background-color: rgb(242,0,12); }

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

border-color css

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

 span { border-color: rgb(242,0,12); }

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