Html Css Color HEX #F40702 Red

📋 copy color: '#F40702'

red 244 ◦ green 7 ◦ blue 2

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

Shades of Red #F40702

Tints of Red #F40702

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.77%

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

R = 96.44%
G = 2.77%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F40702 (or 0xF40702) is known color: Red. HEX triplet: F4, 07 and 02. RGB value is (244,7,2). Sum of RGB (Red+Green+Blue) = 244+7+2=253 (33% of max value = 765). Red value is 244 (95.70% from 255 or 96.44% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 244 - color contains mainly: red. Hex color #F40702 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40702 is #0BF8FD. Grayscale: #4D4D4D. Windows color (decimal): -784638 or 133108. OLE color: 133108.

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

Color convert

RGB 244 7 2 -
CMYK 0 0.97 0.99 0.04
HSL 1.24º 0.98% 0.48% -
HSV(B) 1.24º 0.99% 0.96% -
XYZ 37.4 19.39 1.83 -
YUV 77.29 85.52 246.91 -
System Red Green Blue C M Y K H S L
Decimal 244 7 2 0 0.97 0.99 0.04 1.24 0.98 0.48
Hex F4 7 2 0 61 63 4 1 62 30
Octal 364 7 2 0 141 143 4 1 142 60
Binary 11110100 111 10 0 1100001 1100011 100 1 1100010 110000

Color Harmonies of #F40702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40702

Black with #F40702

Text Example


Text Example

White with #F40702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40702; }

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

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

background-color css

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

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

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

border-color css

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

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

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