Html Css Color HEX #F21504 Scarlet

📋 copy color: '#F21504'

red 242 ◦ green 21 ◦ blue 4

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

Shades of Scarlet #F21504

Tints of Scarlet #F21504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.5%

R = 90.64%
G = 7.87%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F21504 (or 0xF21504) is known color: Scarlet. HEX triplet: F2, 15 and 04. RGB value is (242,21,4). Sum of RGB (Red+Green+Blue) = 242+21+4=267 (35% of max value = 765). Red value is 242 (94.92% from 255 or 90.64% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 4 (1.95% from 255 or 1.50% from 267); Max value from RGB is 242 - color contains mainly: red. Hex color #F21504 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21504 is #0DEAFB. Grayscale: #555555. Windows color (decimal): -912124 or 267762. OLE color: 267762.

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

Color convert

RGB 242 21 4 -
CMYK 0 0.91 0.98 0.05
HSL 4.29º 0.97% 0.48% -
HSV(B) 4.29º 0.98% 0.95% -
XYZ 36.91 19.42 1.92 -
YUV 85.14 82.22 239.88 -
System Red Green Blue C M Y K H S L
Decimal 242 21 4 0 0.91 0.98 0.05 4.29 0.97 0.48
Hex F2 15 4 0 5B 62 5 4 61 30
Octal 362 25 4 0 133 142 5 4 141 60
Binary 11110010 10101 100 0 1011011 1100010 101 100 1100001 110000

Color Harmonies of #F21504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21504

Black with #F21504

Text Example


Text Example

White with #F21504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21504; }

 p { color: rgb(242,21,4); }

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

background-color css

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

 a { background-color: rgb(242,21,4); }

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

border-color css

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

 span { border-color: rgb(242,21,4); }

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