Html Css Color HEX #F21907 Scarlet

📋 copy color: '#F21907'

red 242 ◦ green 25 ◦ blue 7

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

Shades of Scarlet #F21907

Tints of Scarlet #F21907

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.55%

R = 88.32%
G = 9.12%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F21907 (or 0xF21907) is known color: Scarlet. HEX triplet: F2, 19 and 07. RGB value is (242,25,7). Sum of RGB (Red+Green+Blue) = 242+25+7=274 (36% of max value = 765). Red value is 242 (94.92% from 255 or 88.32% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 7 (3.12% from 255 or 2.55% from 274); Max value from RGB is 242 - color contains mainly: red. Hex color #F21907 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21907 is #0DE6F8. Grayscale: #585858. Windows color (decimal): -911097 or 465394. OLE color: 465394.

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

Color convert

RGB 242 25 7 -
CMYK 0 0.90 0.97 0.05
HSL 4.6º 0.94% 0.49% -
HSV(B) 4.6º 0.97% 0.95% -
XYZ 37 19.59 2.03 -
YUV 87.83 82.39 237.96 -
System Red Green Blue C M Y K H S L
Decimal 242 25 7 0 0.90 0.97 0.05 4.6 0.94 0.49
Hex F2 19 7 0 5A 61 5 5 5E 31
Octal 362 31 7 0 132 141 5 5 136 61
Binary 11110010 11001 111 0 1011010 1100001 101 101 1011110 110001

Color Harmonies of #F21907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21907

Black with #F21907

Text Example


Text Example

White with #F21907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21907; }

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

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

background-color css

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

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

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

border-color css

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

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

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