Html Css Color HEX #F41502 Scarlet

📋 copy color: '#F41502'

red 244 ◦ green 21 ◦ blue 2

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

Shades of Scarlet #F41502

Tints of Scarlet #F41502

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.87%

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

R = 91.39%
G = 7.87%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F41502 (or 0xF41502) is known color: Scarlet. HEX triplet: F4, 15 and 02. RGB value is (244,21,2). Sum of RGB (Red+Green+Blue) = 244+21+2=267 (35% of max value = 765). Red value is 244 (95.70% from 255 or 91.39% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 244 - color contains mainly: red. Hex color #F41502 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41502 is #0BEAFD. Grayscale: #555555. Windows color (decimal): -781054 or 136692. OLE color: 136692.

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

Color convert

RGB 244 21 2 -
CMYK 0 0.91 0.99 0.04
HSL 4.71º 0.98% 0.48% -
HSV(B) 4.71º 0.99% 0.96% -
XYZ 37.59 19.77 1.89 -
YUV 85.51 80.88 241.04 -
System Red Green Blue C M Y K H S L
Decimal 244 21 2 0 0.91 0.99 0.04 4.71 0.98 0.48
Hex F4 15 2 0 5B 63 4 5 62 30
Octal 364 25 2 0 133 143 4 5 142 60
Binary 11110100 10101 10 0 1011011 1100011 100 101 1100010 110000

Color Harmonies of #F41502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41502

Black with #F41502

Text Example


Text Example

White with #F41502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41502; }

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

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

background-color css

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

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

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

border-color css

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

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

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