Html Css Color HEX #F12300 Scarlet

📋 copy color: '#F12300'

red 241 ◦ green 35 ◦ blue 0

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

Shades of Scarlet #F12300

Tints of Scarlet #F12300

RGB

 RED value IS 241 (94.53% from 255) = 87.32%

 GREEN value IS 35 (14.06% from 255) = 12.68%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 87.32%
G = 12.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F12300 (or 0xF12300) is known color: Scarlet. HEX triplet: F1, 23 and 00. RGB value is (241,35,0). Sum of RGB (Red+Green+Blue) = 241+35+0=276 (36% of max value = 765). Red value is 241 (94.53% from 255 or 87.32% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 241 - color contains mainly: red. Hex color #F12300 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12300 is #0EDCFF. Grayscale: #5C5C5C. Windows color (decimal): -974080 or 9201. OLE color: 9201.

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

Color convert

RGB 241 35 0 -
CMYK 0 0.85 1 0.05
HSL 8.71º 1% 0.47% -
HSV(B) 8.71º 1% 0.95% -
XYZ 36.88 19.9 1.9 -
YUV 92.6 75.75 233.85 -
System Red Green Blue C M Y K H S L
Decimal 241 35 0 0 0.85 1 0.05 8.71 1 0.47
Hex F1 23 0 0 55 64 5 9 64 2F
Octal 361 43 0 0 125 144 5 11 144 57
Binary 11110001 100011 0 0 1010101 1100100 101 1001 1100100 101111

Color Harmonies of #F12300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12300

Black with #F12300

Text Example


Text Example

White with #F12300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12300; }

 p { color: rgb(241,35,0); }

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

background-color css

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

 a { background-color: rgb(241,35,0); }

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

border-color css

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

 span { border-color: rgb(241,35,0); }

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