Html Css Color HEX #F40B02 Red

📋 copy color: '#F40B02'

red 244 ◦ green 11 ◦ blue 2

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

Shades of Red #F40B02

Tints of Red #F40B02

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.28%

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

R = 94.94%
G = 4.28%
B = 0.78%

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

#F40B02 (or 0xF40B02) is known color: Red. HEX triplet: F4, 0B and 02. RGB value is (244,11,2). Sum of RGB (Red+Green+Blue) = 244+11+2=257 (34% of max value = 765). Red value is 244 (95.70% from 255 or 94.94% from 257); Green value is 11 (4.69% from 255 or 4.28% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 244 - color contains mainly: red. Hex color #F40B02 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40B02 is #0BF4FD. Grayscale: #4F4F4F. Windows color (decimal): -783614 or 134132. OLE color: 134132.

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

Color convert

RGB 244 11 2 -
CMYK 0 0.95 0.99 0.04
HSL 2.23º 0.98% 0.48% -
HSV(B) 2.23º 0.99% 0.96% -
XYZ 37.44 19.48 1.84 -
YUV 79.64 84.19 245.23 -
System Red Green Blue C M Y K H S L
Decimal 244 11 2 0 0.95 0.99 0.04 2.23 0.98 0.48
Hex F4 B 2 0 5F 63 4 2 62 30
Octal 364 13 2 0 137 143 4 2 142 60
Binary 11110100 1011 10 0 1011111 1100011 100 10 1100010 110000

Color Harmonies of #F40B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40B02

Black with #F40B02

Text Example


Text Example

White with #F40B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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