Html Css Color HEX #F22F01 Scarlet

📋 copy color: '#F22F01'

red 242 ◦ green 47 ◦ blue 1

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

Shades of Scarlet #F22F01

Tints of Scarlet #F22F01

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.21%

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 83.45%
G = 16.21%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F22F01 (or 0xF22F01) is known color: Scarlet. HEX triplet: F2, 2F and 01. RGB value is (242,47,1). Sum of RGB (Red+Green+Blue) = 242+47+1=290 (38% of max value = 765). Red value is 242 (94.92% from 255 or 83.45% from 290); Green value is 47 (18.75% from 255 or 16.21% from 290); Blue value is 1 (0.78% from 255 or 0.34% from 290); Max value from RGB is 242 - color contains mainly: red. Hex color #F22F01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22F01 is #0DD0FE. Grayscale: #646464. Windows color (decimal): -905471 or 77810. OLE color: 77810.

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

Color convert

RGB 242 47 1 -
CMYK 0 0.81 1.00 0.05
HSL 11.45º 0.99% 0.48% -
HSV(B) 11.45º 1% 0.95% -
XYZ 37.64 20.91 2.08 -
YUV 100.06 72.1 229.24 -
System Red Green Blue C M Y K H S L
Decimal 242 47 1 0 0.81 1.00 0.05 11.45 0.99 0.48
Hex F2 2F 1 0 51 64 5 B 63 30
Octal 362 57 1 0 121 144 5 13 143 60
Binary 11110010 101111 1 0 1010001 1100100 101 1011 1100011 110000

Color Harmonies of #F22F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22F01

Black with #F22F01

Text Example


Text Example

White with #F22F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22F01; }

 p { color: rgb(242,47,1); }

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

background-color css

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

 a { background-color: rgb(242,47,1); }

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

border-color css

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

 span { border-color: rgb(242,47,1); }

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