Html Css Color HEX #F23001 Scarlet

📋 copy color: '#F23001'

red 242 ◦ green 48 ◦ blue 1

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

Shades of Scarlet #F23001

Tints of Scarlet #F23001

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.49%

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

R = 83.16%
G = 16.49%
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

#F23001 (or 0xF23001) is known color: Scarlet. HEX triplet: F2, 30 and 01. RGB value is (242,48,1). Sum of RGB (Red+Green+Blue) = 242+48+1=291 (38% of max value = 765). Red value is 242 (94.92% from 255 or 83.16% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 1 (0.78% from 255 or 0.34% from 291); Max value from RGB is 242 - color contains mainly: red. Hex color #F23001 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23001 is #0DCFFE. Grayscale: #656565. Windows color (decimal): -905215 or 78066. OLE color: 78066.

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

Color convert

RGB 242 48 1 -
CMYK 0 0.80 1.00 0.05
HSL 11.7º 0.99% 0.48% -
HSV(B) 11.7º 1% 0.95% -
XYZ 37.68 20.99 2.09 -
YUV 100.65 71.77 228.82 -
System Red Green Blue C M Y K H S L
Decimal 242 48 1 0 0.80 1.00 0.05 11.7 0.99 0.48
Hex F2 30 1 0 50 64 5 C 63 30
Octal 362 60 1 0 120 144 5 14 143 60
Binary 11110010 110000 1 0 1010000 1100100 101 1100 1100011 110000

Color Harmonies of #F23001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23001

Black with #F23001

Text Example


Text Example

White with #F23001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23001; }

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

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

background-color css

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

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

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

border-color css

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

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

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