Html Css Color HEX #F40D02 Red

📋 copy color: '#F40D02'

red 244 ◦ green 13 ◦ blue 2

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

Shades of Red #F40D02

Tints of Red #F40D02

RGB

 RED value IS 244 (95.7% from 255) = 94.21%

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

 BLUE value IS 2 (1.17% from 255) = 0.77%

R = 94.21%
G = 5.02%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F40D02 (or 0xF40D02) is known color: Red. HEX triplet: F4, 0D and 02. RGB value is (244,13,2). Sum of RGB (Red+Green+Blue) = 244+13+2=259 (34% of max value = 765). Red value is 244 (95.70% from 255 or 94.21% from 259); Green value is 13 (5.47% from 255 or 5.02% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 244 - color contains mainly: red. Hex color #F40D02 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40D02 is #0BF2FD. Grayscale: #515151. Windows color (decimal): -783102 or 134644. OLE color: 134644.

HSL color Cylindrical-coordinate representation of color #F40D02: hue angle of 2.73º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F40D02 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 13 2 -
CMYK 0 0.95 0.99 0.04
HSL 2.73º 0.98% 0.48% -
HSV(B) 2.73º 0.99% 0.96% -
XYZ 37.46 19.53 1.85 -
YUV 80.82 83.53 244.39 -
System Red Green Blue C M Y K H S L
Decimal 244 13 2 0 0.95 0.99 0.04 2.73 0.98 0.48
Hex F4 D 2 0 5F 63 4 3 62 30
Octal 364 15 2 0 137 143 4 3 142 60
Binary 11110100 1101 10 0 1011111 1100011 100 11 1100010 110000

Color Harmonies of #F40D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40D02

Black with #F40D02

Text Example


Text Example

White with #F40D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40D02; }

 p { color: rgb(244,13,2); }

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

background-color css

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

 a { background-color: rgb(244,13,2); }

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

border-color css

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

 span { border-color: rgb(244,13,2); }

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