Html Css Color HEX #F21603 Scarlet

📋 copy color: '#F21603'

red 242 ◦ green 22 ◦ blue 3

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

Shades of Scarlet #F21603

Tints of Scarlet #F21603

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.24%

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

R = 90.64%
G = 8.24%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F21603 (or 0xF21603) is known color: Scarlet. HEX triplet: F2, 16 and 03. RGB value is (242,22,3). Sum of RGB (Red+Green+Blue) = 242+22+3=267 (35% of max value = 765). Red value is 242 (94.92% from 255 or 90.64% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 3 (1.56% from 255 or 1.12% from 267); Max value from RGB is 242 - color contains mainly: red. Hex color #F21603 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21603 is #0DE9FC. Grayscale: #555555. Windows color (decimal): -911869 or 202482. OLE color: 202482.

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

Color convert

RGB 242 22 3 -
CMYK 0 0.91 0.99 0.05
HSL 4.77º 0.98% 0.48% -
HSV(B) 4.77º 0.99% 0.95% -
XYZ 36.92 19.46 1.9 -
YUV 85.61 81.39 239.54 -
System Red Green Blue C M Y K H S L
Decimal 242 22 3 0 0.91 0.99 0.05 4.77 0.98 0.48
Hex F2 16 3 0 5B 63 5 5 62 30
Octal 362 26 3 0 133 143 5 5 142 60
Binary 11110010 10110 11 0 1011011 1100011 101 101 1100010 110000

Color Harmonies of #F21603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21603

Black with #F21603

Text Example


Text Example

White with #F21603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21603; }

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

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

background-color css

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

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

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

border-color css

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

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

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