Html Css Color HEX #F23012 Scarlet

📋 copy color: '#F23012'

red 242 ◦ green 48 ◦ blue 18

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

Shades of Scarlet #F23012

Tints of Scarlet #F23012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.84%

R = 78.57%
G = 15.58%
B = 5.84%

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

#F23012 (or 0xF23012) is known color: Scarlet. HEX triplet: F2, 30 and 12. RGB value is (242,48,18). Sum of RGB (Red+Green+Blue) = 242+48+18=308 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.57% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 242 - color contains mainly: red. Hex color #F23012 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23012 is #0DCFED. Grayscale: #666666. Windows color (decimal): -905198 or 1192178. OLE color: 1192178.

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

Color convert

RGB 242 48 18 -
CMYK 0 0.80 0.93 0.05
HSL 8.04º 0.9% 0.51% -
HSV(B) 8.04º 0.93% 0.95% -
XYZ 37.78 21.03 2.64 -
YUV 102.59 80.27 227.44 -
System Red Green Blue C M Y K H S L
Decimal 242 48 18 0 0.80 0.93 0.05 8.04 0.9 0.51
Hex F2 30 12 0 50 5D 5 8 5A 33
Octal 362 60 22 0 120 135 5 10 132 63
Binary 11110010 110000 10010 0 1010000 1011101 101 1000 1011010 110011

Color Harmonies of #F23012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23012

Black with #F23012

Text Example


Text Example

White with #F23012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23012; }

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

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

background-color css

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

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

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

border-color css

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

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

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