Html Css Color HEX #F2000D Venetian Red

📋 copy color: '#F2000D'

red 242 ◦ green 0 ◦ blue 13

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

Shades of Venetian Red #F2000D

Tints of Venetian Red #F2000D

RGB

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

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

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

R = 94.9%
G = 0%
B = 5.1%

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

#F2000D (or 0xF2000D) is known color: Venetian Red. HEX triplet: F2, 00 and 0D. RGB value is (242,0,13). Sum of RGB (Red+Green+Blue) = 242+0+13=255 (33% of max value = 765). Red value is 242 (94.92% from 255 or 94.90% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 13 (5.47% from 255 or 5.10% from 255); Max value from RGB is 242 - color contains mainly: red. Hex color #F2000D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F2000D is #0DFFF2. Grayscale: #4A4A4A. Windows color (decimal): -917491 or 852210. OLE color: 852210.

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

Color convert

RGB 242 0 13 -
CMYK 0 1 0.95 0.05
HSL 356.78º 1% 0.47% -
HSV(B) 356.78º 1% 0.95% -
XYZ 36.69 18.91 2.1 -
YUV 73.84 93.67 247.94 -
System Red Green Blue C M Y K H S L
Decimal 242 0 13 0 1 0.95 0.05 356.78 1 0.47
Hex F2 0 D 0 64 5F 5 165 64 2F
Octal 362 0 15 0 144 137 5 545 144 57
Binary 11110010 0 1101 0 1100100 1011111 101 101100101 1100100 101111

Color Harmonies of #F2000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2000D

Black with #F2000D

Text Example


Text Example

White with #F2000D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2000D; }

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

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

background-color css

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

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

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

border-color css

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

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

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