Html Css Color HEX #F0000D Venetian Red

📋 copy color: '#F0000D'

red 240 ◦ green 0 ◦ blue 13

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

Shades of Venetian Red #F0000D

Tints of Venetian Red #F0000D

RGB

 RED value IS 240 (94.14% from 255) = 94.86%

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

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

R = 94.86%
G = 0%
B = 5.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0000D (or 0xF0000D) is known color: Venetian Red. HEX triplet: F0, 00 and 0D. RGB value is (240,0,13). Sum of RGB (Red+Green+Blue) = 240+0+13=253 (33% of max value = 765). Red value is 240 (94.14% from 255 or 94.86% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 240 - color contains mainly: red. Hex color #F0000D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0000D is #0FFFF2. Grayscale: #494949. Windows color (decimal): -1048563 or 852208. OLE color: 852208.

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

Color convert

RGB 240 0 13 -
CMYK 0 1 0.95 0.06
HSL 356.75º 1% 0.47% -
HSV(B) 356.75º 1% 0.94% -
XYZ 36.01 18.55 2.06 -
YUV 73.24 94.01 246.94 -
System Red Green Blue C M Y K H S L
Decimal 240 0 13 0 1 0.95 0.06 356.75 1 0.47
Hex F0 0 D 0 64 5F 6 165 64 2F
Octal 360 0 15 0 144 137 6 545 144 57
Binary 11110000 0 1101 0 1100100 1011111 110 101100101 1100100 101111

Color Harmonies of #F0000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0000D

Black with #F0000D

Text Example


Text Example

White with #F0000D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0000D; }

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

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

background-color css

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

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

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

border-color css

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

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

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