Html Css Color HEX #F1230C Scarlet

📋 copy color: '#F1230C'

red 241 ◦ green 35 ◦ blue 12

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

Shades of Scarlet #F1230C

Tints of Scarlet #F1230C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.17%

R = 83.68%
G = 12.15%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F1230C (or 0xF1230C) is known color: Scarlet. HEX triplet: F1, 23 and 0C. RGB value is (241,35,12). Sum of RGB (Red+Green+Blue) = 241+35+12=288 (38% of max value = 765). Red value is 241 (94.53% from 255 or 83.68% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 12 (5.08% from 255 or 4.17% from 288); Max value from RGB is 241 - color contains mainly: red. Hex color #F1230C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1230C is #0EDCF3. Grayscale: #5E5E5E. Windows color (decimal): -974068 or 795633. OLE color: 795633.

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

Color convert

RGB 241 35 12 -
CMYK 0 0.85 0.95 0.05
HSL 6.03º 0.91% 0.5% -
HSV(B) 6.03º 0.95% 0.95% -
XYZ 36.94 19.93 2.25 -
YUV 93.97 81.75 232.87 -
System Red Green Blue C M Y K H S L
Decimal 241 35 12 0 0.85 0.95 0.05 6.03 0.91 0.5
Hex F1 23 C 0 55 5F 5 6 5B 32
Octal 361 43 14 0 125 137 5 6 133 62
Binary 11110001 100011 1100 0 1010101 1011111 101 110 1011011 110010

Color Harmonies of #F1230C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1230C

Black with #F1230C

Text Example


Text Example

White with #F1230C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1230C; }

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

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

background-color css

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

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

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

border-color css

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

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

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