Html Css Color HEX #F00D00 Red

📋 copy color: '#F00D00'

red 240 ◦ green 13 ◦ blue 0

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

Shades of Red #F00D00

Tints of Red #F00D00

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

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

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

Color convert

RGB 240 13 0 -
CMYK 0 0.95 1 0.06
HSL 3.25º 1% 0.47% -
HSV(B) 3.25º 1% 0.94% -
XYZ 36.08 18.81 1.73 -
YUV 79.39 83.21 242.56 -
System Red Green Blue C M Y K H S L
Decimal 240 13 0 0 0.95 1 0.06 3.25 1 0.47
Hex F0 D 0 0 5F 64 6 3 64 2F
Octal 360 15 0 0 137 144 6 3 144 57
Binary 11110000 1101 0 0 1011111 1100100 110 11 1100100 101111

Color Harmonies of #F00D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00D00

Black with #F00D00

Text Example


Text Example

White with #F00D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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