Html Css Color HEX #F91D1B Scarlet

📋 copy color: '#F91D1B'

red 249 ◦ green 29 ◦ blue 27

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

Shades of Scarlet #F91D1B

Tints of Scarlet #F91D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.85%

R = 81.64%
G = 9.51%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#F91D1B (or 0xF91D1B) is known color: Scarlet. HEX triplet: F9, 1D and 1B. RGB value is (249,29,27). Sum of RGB (Red+Green+Blue) = 249+29+27=305 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.64% from 305); Green value is 29 (11.72% from 255 or 9.51% from 305); Blue value is 27 (10.94% from 255 or 8.85% from 305); Max value from RGB is 249 - color contains mainly: red. Hex color #F91D1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F91D1B is #06E2E4. Grayscale: #5E5E5E. Windows color (decimal): -451301 or 1777145. OLE color: 1777145.

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

Color convert

RGB 249 29 27 -
CMYK 0 0.88 0.89 0.02
HSL 0.54º 0.95% 0.54% -
HSV(B) 0.54º 0.89% 0.98% -
XYZ 39.7 21.1 3.02 -
YUV 94.55 89.89 238.16 -
System Red Green Blue C M Y K H S L
Decimal 249 29 27 0 0.88 0.89 0.02 0.54 0.95 0.54
Hex F9 1D 1B 0 58 59 2 1 5F 36
Octal 371 35 33 0 130 131 2 1 137 66
Binary 11111001 11101 11011 0 1011000 1011001 10 1 1011111 110110

Color Harmonies of #F91D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91D1B

Black with #F91D1B

Text Example


Text Example

White with #F91D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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