Html Css Color HEX #F21304 Scarlet

📋 copy color: '#F21304'

red 242 ◦ green 19 ◦ blue 4

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

Shades of Scarlet #F21304

Tints of Scarlet #F21304

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.17%

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

R = 91.32%
G = 7.17%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F21304 (or 0xF21304) is known color: Scarlet. HEX triplet: F2, 13 and 04. RGB value is (242,19,4). Sum of RGB (Red+Green+Blue) = 242+19+4=265 (35% of max value = 765). Red value is 242 (94.92% from 255 or 91.32% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 4 (1.95% from 255 or 1.51% from 265); Max value from RGB is 242 - color contains mainly: red. Hex color #F21304 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21304 is #0DECFB. Grayscale: #545454. Windows color (decimal): -912636 or 267250. OLE color: 267250.

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

Color convert

RGB 242 19 4 -
CMYK 0 0.92 0.98 0.05
HSL 3.78º 0.97% 0.48% -
HSV(B) 3.78º 0.98% 0.95% -
XYZ 36.87 19.35 1.91 -
YUV 83.97 82.88 240.72 -
System Red Green Blue C M Y K H S L
Decimal 242 19 4 0 0.92 0.98 0.05 3.78 0.97 0.48
Hex F2 13 4 0 5C 62 5 4 61 30
Octal 362 23 4 0 134 142 5 4 141 60
Binary 11110010 10011 100 0 1011100 1100010 101 100 1100001 110000

Color Harmonies of #F21304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21304

Black with #F21304

Text Example


Text Example

White with #F21304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21304; }

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

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

background-color css

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

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

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

border-color css

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

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

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