Html Css Color HEX #F23101 Scarlet

📋 copy color: '#F23101'

red 242 ◦ green 49 ◦ blue 1

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

Shades of Scarlet #F23101

Tints of Scarlet #F23101

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.78%

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

R = 82.88%
G = 16.78%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F23101 (or 0xF23101) is known color: Scarlet. HEX triplet: F2, 31 and 01. RGB value is (242,49,1). Sum of RGB (Red+Green+Blue) = 242+49+1=292 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.88% from 292); Green value is 49 (19.53% from 255 or 16.78% from 292); Blue value is 1 (0.78% from 255 or 0.34% from 292); Max value from RGB is 242 - color contains mainly: red. Hex color #F23101 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23101 is #0DCEFE. Grayscale: #656565. Windows color (decimal): -904959 or 78322. OLE color: 78322.

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

Color convert

RGB 242 49 1 -
CMYK 0 0.80 1.00 0.05
HSL 11.95º 0.99% 0.48% -
HSV(B) 11.95º 1% 0.95% -
XYZ 37.72 21.08 2.11 -
YUV 101.24 71.44 228.4 -
System Red Green Blue C M Y K H S L
Decimal 242 49 1 0 0.80 1.00 0.05 11.95 0.99 0.48
Hex F2 31 1 0 50 64 5 C 63 30
Octal 362 61 1 0 120 144 5 14 143 60
Binary 11110010 110001 1 0 1010000 1100100 101 1100 1100011 110000

Color Harmonies of #F23101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23101

Black with #F23101

Text Example


Text Example

White with #F23101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23101; }

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

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

background-color css

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

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

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

border-color css

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

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

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