Html Css Color HEX #F22507 Scarlet

📋 copy color: '#F22507'

red 242 ◦ green 37 ◦ blue 7

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

Shades of Scarlet #F22507

Tints of Scarlet #F22507

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.94%

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

R = 84.62%
G = 12.94%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F22507 (or 0xF22507) is known color: Scarlet. HEX triplet: F2, 25 and 07. RGB value is (242,37,7). Sum of RGB (Red+Green+Blue) = 242+37+7=286 (37% of max value = 765). Red value is 242 (94.92% from 255 or 84.62% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 7 (3.12% from 255 or 2.45% from 286); Max value from RGB is 242 - color contains mainly: red. Hex color #F22507 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22507 is #0DDAF8. Grayscale: #5F5F5F. Windows color (decimal): -908025 or 468466. OLE color: 468466.

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

Color convert

RGB 242 37 7 -
CMYK 0 0.85 0.97 0.05
HSL 7.66º 0.94% 0.49% -
HSV(B) 7.66º 0.97% 0.95% -
XYZ 37.32 20.22 2.14 -
YUV 94.88 78.42 232.94 -
System Red Green Blue C M Y K H S L
Decimal 242 37 7 0 0.85 0.97 0.05 7.66 0.94 0.49
Hex F2 25 7 0 55 61 5 8 5E 31
Octal 362 45 7 0 125 141 5 10 136 61
Binary 11110010 100101 111 0 1010101 1100001 101 1000 1011110 110001

Color Harmonies of #F22507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22507

Black with #F22507

Text Example


Text Example

White with #F22507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22507; }

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

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

background-color css

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

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

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

border-color css

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

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

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