Html Css Color HEX #F21403 Scarlet

📋 copy color: '#F21403'

red 242 ◦ green 20 ◦ blue 3

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

Shades of Scarlet #F21403

Tints of Scarlet #F21403

RGB

 RED value IS 242 (94.92% from 255) = 91.32%

 GREEN value IS 20 (8.2% from 255) = 7.55%

 BLUE value IS 3 (1.56% from 255) = 1.13%

R = 91.32%
G = 7.55%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F21403 (or 0xF21403) is known color: Scarlet. HEX triplet: F2, 14 and 03. RGB value is (242,20,3). Sum of RGB (Red+Green+Blue) = 242+20+3=265 (35% of max value = 765). Red value is 242 (94.92% from 255 or 91.32% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 3 (1.56% from 255 or 1.13% from 265); Max value from RGB is 242 - color contains mainly: red. Hex color #F21403 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21403 is #0DEBFC. Grayscale: #545454. Windows color (decimal): -912381 or 201970. OLE color: 201970.

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

Color convert

RGB 242 20 3 -
CMYK 0 0.92 0.99 0.05
HSL 4.27º 0.98% 0.48% -
HSV(B) 4.27º 0.99% 0.95% -
XYZ 36.88 19.38 1.88 -
YUV 84.44 82.05 240.38 -
System Red Green Blue C M Y K H S L
Decimal 242 20 3 0 0.92 0.99 0.05 4.27 0.98 0.48
Hex F2 14 3 0 5C 63 5 4 62 30
Octal 362 24 3 0 134 143 5 4 142 60
Binary 11110010 10100 11 0 1011100 1100011 101 100 1100010 110000

Color Harmonies of #F21403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21403

Black with #F21403

Text Example


Text Example

White with #F21403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21403; }

 p { color: rgb(242,20,3); }

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

background-color css

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

 a { background-color: rgb(242,20,3); }

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

border-color css

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

 span { border-color: rgb(242,20,3); }

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