Html Css Color HEX #F91D14 Scarlet

📋 copy color: '#F91D14'

red 249 ◦ green 29 ◦ blue 20

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

Shades of Scarlet #F91D14

Tints of Scarlet #F91D14

RGB

 RED value IS 249 (97.66% from 255) = 83.56%

 GREEN value IS 29 (11.72% from 255) = 9.73%

 BLUE value IS 20 (8.2% from 255) = 6.71%

R = 83.56%
G = 9.73%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F91D14 (or 0xF91D14) is known color: Scarlet. HEX triplet: F9, 1D and 14. RGB value is (249,29,20). Sum of RGB (Red+Green+Blue) = 249+29+20=298 (39% of max value = 765). Red value is 249 (97.66% from 255 or 83.56% from 298); Green value is 29 (11.72% from 255 or 9.73% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 249 - color contains mainly: red. Hex color #F91D14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F91D14 is #06E2EB. Grayscale: #5E5E5E. Windows color (decimal): -451308 or 1318393. OLE color: 1318393.

HSL color Cylindrical-coordinate representation of color #F91D14: hue angle of 2.36º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F91D14 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 29 20 -
CMYK 0 0.88 0.92 0.02
HSL 2.36º 0.95% 0.53% -
HSV(B) 2.36º 0.92% 0.98% -
XYZ 39.63 21.07 2.64 -
YUV 93.75 86.39 238.73 -
System Red Green Blue C M Y K H S L
Decimal 249 29 20 0 0.88 0.92 0.02 2.36 0.95 0.53
Hex F9 1D 14 0 58 5C 2 2 5F 35
Octal 371 35 24 0 130 134 2 2 137 65
Binary 11111001 11101 10100 0 1011000 1011100 10 10 1011111 110101

Color Harmonies of #F91D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91D14

Black with #F91D14

Text Example


Text Example

White with #F91D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91D14; }

 p { color: rgb(249,29,20); }

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

background-color css

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

 a { background-color: rgb(249,29,20); }

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

border-color css

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

 span { border-color: rgb(249,29,20); }

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