Html Css Color HEX #F41302 Scarlet

📋 copy color: '#F41302'

red 244 ◦ green 19 ◦ blue 2

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

Shades of Scarlet #F41302

Tints of Scarlet #F41302

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.17%

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

R = 92.08%
G = 7.17%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F41302 (or 0xF41302) is known color: Scarlet. HEX triplet: F4, 13 and 02. RGB value is (244,19,2). Sum of RGB (Red+Green+Blue) = 244+19+2=265 (35% of max value = 765). Red value is 244 (95.70% from 255 or 92.08% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 244 - color contains mainly: red. Hex color #F41302 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41302 is #0BECFD. Grayscale: #545454. Windows color (decimal): -781566 or 136180. OLE color: 136180.

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

Color convert

RGB 244 19 2 -
CMYK 0 0.92 0.99 0.04
HSL 4.21º 0.98% 0.48% -
HSV(B) 4.21º 0.99% 0.96% -
XYZ 37.55 19.7 1.88 -
YUV 84.34 81.54 241.88 -
System Red Green Blue C M Y K H S L
Decimal 244 19 2 0 0.92 0.99 0.04 4.21 0.98 0.48
Hex F4 13 2 0 5C 63 4 4 62 30
Octal 364 23 2 0 134 143 4 4 142 60
Binary 11110100 10011 10 0 1011100 1100011 100 100 1100010 110000

Color Harmonies of #F41302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41302

Black with #F41302

Text Example


Text Example

White with #F41302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41302; }

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

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

background-color css

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

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

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

border-color css

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

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

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