Html Css Color HEX #F1330D Scarlet

📋 copy color: '#F1330D'

red 241 ◦ green 51 ◦ blue 13

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

Shades of Scarlet #F1330D

Tints of Scarlet #F1330D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.26%

R = 79.02%
G = 16.72%
B = 4.26%

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

#F1330D (or 0xF1330D) is known color: Scarlet. HEX triplet: F1, 33 and 0D. RGB value is (241,51,13). Sum of RGB (Red+Green+Blue) = 241+51+13=305 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.02% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 241 - color contains mainly: red. Hex color #F1330D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1330D is #0ECCF2. Grayscale: #676767. Windows color (decimal): -969971 or 865265. OLE color: 865265.

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

Color convert

RGB 241 51 13 -
CMYK 0 0.79 0.95 0.05
HSL 10º 0.9% 0.5% -
HSV(B) 10º 0.95% 0.95% -
XYZ 37.53 21.1 2.47 -
YUV 103.48 76.95 226.09 -
System Red Green Blue C M Y K H S L
Decimal 241 51 13 0 0.79 0.95 0.05 10 0.9 0.5
Hex F1 33 D 0 4F 5F 5 A 5A 32
Octal 361 63 15 0 117 137 5 12 132 62
Binary 11110001 110011 1101 0 1001111 1011111 101 1010 1011010 110010

Color Harmonies of #F1330D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1330D

Black with #F1330D

Text Example


Text Example

White with #F1330D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1330D; }

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

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

background-color css

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

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

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

border-color css

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

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

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