Html Css Color HEX #F21803 Scarlet

📋 copy color: '#F21803'

red 242 ◦ green 24 ◦ blue 3

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

Shades of Scarlet #F21803

Tints of Scarlet #F21803

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.92%

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

R = 89.96%
G = 8.92%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F21803 (or 0xF21803) is known color: Scarlet. HEX triplet: F2, 18 and 03. RGB value is (242,24,3). Sum of RGB (Red+Green+Blue) = 242+24+3=269 (35% of max value = 765). Red value is 242 (94.92% from 255 or 89.96% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 3 (1.56% from 255 or 1.12% from 269); Max value from RGB is 242 - color contains mainly: red. Hex color #F21803 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21803 is #0DE7FC. Grayscale: #575757. Windows color (decimal): -911357 or 202994. OLE color: 202994.

HSL color Cylindrical-coordinate representation of color #F21803: hue angle of 5.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 #F21803 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 24 3 -
CMYK 0 0.90 0.99 0.05
HSL 5.27º 0.98% 0.48% -
HSV(B) 5.27º 0.99% 0.95% -
XYZ 36.96 19.54 1.91 -
YUV 86.79 80.72 238.71 -
System Red Green Blue C M Y K H S L
Decimal 242 24 3 0 0.90 0.99 0.05 5.27 0.98 0.48
Hex F2 18 3 0 5A 63 5 5 62 30
Octal 362 30 3 0 132 143 5 5 142 60
Binary 11110010 11000 11 0 1011010 1100011 101 101 1100010 110000

Color Harmonies of #F21803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21803

Black with #F21803

Text Example


Text Example

White with #F21803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21803; }

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

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

background-color css

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

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

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

border-color css

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

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

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