Html Css Color HEX #F21900 Scarlet

📋 copy color: '#F21900'

red 242 ◦ green 25 ◦ blue 0

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

Shades of Scarlet #F21900

Tints of Scarlet #F21900

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.36%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 90.64%
G = 9.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F21900 (or 0xF21900) is known color: Scarlet. HEX triplet: F2, 19 and 00. RGB value is (242,25,0). Sum of RGB (Red+Green+Blue) = 242+25+0=267 (35% of max value = 765). Red value is 242 (94.92% from 255 or 90.64% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 242 - color contains mainly: red. Hex color #F21900 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21900 is #0DE6FF. Grayscale: #575757. Windows color (decimal): -911104 or 6642. OLE color: 6642.

HSL color Cylindrical-coordinate representation of color #F21900: hue angle of 6.2º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F21900 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 25 0 -
CMYK 0 0.90 1 0.05
HSL 6.2º 1% 0.47% -
HSV(B) 6.2º 1% 0.95% -
XYZ 36.97 19.57 1.83 -
YUV 87.03 78.89 238.53 -
System Red Green Blue C M Y K H S L
Decimal 242 25 0 0 0.90 1 0.05 6.2 1 0.47
Hex F2 19 0 0 5A 64 5 6 64 2F
Octal 362 31 0 0 132 144 5 6 144 57
Binary 11110010 11001 0 0 1011010 1100100 101 110 1100100 101111

Color Harmonies of #F21900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21900

Black with #F21900

Text Example


Text Example

White with #F21900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21900; }

 p { color: rgb(242,25,0); }

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

background-color css

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

 a { background-color: rgb(242,25,0); }

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

border-color css

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

 span { border-color: rgb(242,25,0); }

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