Html Css Color HEX #F23010 Scarlet

📋 copy color: '#F23010'

red 242 ◦ green 48 ◦ blue 16

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

Shades of Scarlet #F23010

Tints of Scarlet #F23010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.23%

R = 79.08%
G = 15.69%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F23010 (or 0xF23010) is known color: Scarlet. HEX triplet: F2, 30 and 10. RGB value is (242,48,16). Sum of RGB (Red+Green+Blue) = 242+48+16=306 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.08% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 16 (6.64% from 255 or 5.23% from 306); Max value from RGB is 242 - color contains mainly: red. Hex color #F23010 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23010 is #0DCFEF. Grayscale: #666666. Windows color (decimal): -905200 or 1061106. OLE color: 1061106.

HSL color Cylindrical-coordinate representation of color #F23010: hue angle of 8.5º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F23010 is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 48 16 -
CMYK 0 0.80 0.93 0.05
HSL 8.5º 0.9% 0.51% -
HSV(B) 8.5º 0.93% 0.95% -
XYZ 37.77 21.03 2.56 -
YUV 102.36 79.27 227.6 -
System Red Green Blue C M Y K H S L
Decimal 242 48 16 0 0.80 0.93 0.05 8.5 0.9 0.51
Hex F2 30 10 0 50 5D 5 8 5A 33
Octal 362 60 20 0 120 135 5 10 132 63
Binary 11110010 110000 10000 0 1010000 1011101 101 1000 1011010 110011

Color Harmonies of #F23010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23010

Black with #F23010

Text Example


Text Example

White with #F23010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23010; }

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

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

background-color css

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

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

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

border-color css

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

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

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