Html Css Color HEX #F1330C Scarlet

📋 copy color: '#F1330C'

red 241 ◦ green 51 ◦ blue 12

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

Shades of Scarlet #F1330C

Tints of Scarlet #F1330C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.78%

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

R = 79.28%
G = 16.78%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F1330C (or 0xF1330C) is known color: Scarlet. HEX triplet: F1, 33 and 0C. RGB value is (241,51,12). Sum of RGB (Red+Green+Blue) = 241+51+12=304 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.28% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 12 (5.08% from 255 or 3.95% from 304); Max value from RGB is 241 - color contains mainly: red. Hex color #F1330C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1330C is #0ECCF3. Grayscale: #676767. Windows color (decimal): -969972 or 799729. OLE color: 799729.

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

Color convert

RGB 241 51 12 -
CMYK 0 0.79 0.95 0.05
HSL 10.22º 0.91% 0.5% -
HSV(B) 10.22º 0.95% 0.95% -
XYZ 37.53 21.09 2.44 -
YUV 103.36 76.45 226.17 -
System Red Green Blue C M Y K H S L
Decimal 241 51 12 0 0.79 0.95 0.05 10.22 0.91 0.5
Hex F1 33 C 0 4F 5F 5 A 5B 32
Octal 361 63 14 0 117 137 5 12 133 62
Binary 11110001 110011 1100 0 1001111 1011111 101 1010 1011011 110010

Color Harmonies of #F1330C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1330C

Black with #F1330C

Text Example


Text Example

White with #F1330C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1330C; }

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

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

background-color css

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

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

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

border-color css

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

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

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