Html Css Color HEX #F2291B Scarlet

📋 copy color: '#F2291B'

red 242 ◦ green 41 ◦ blue 27

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

Shades of Scarlet #F2291B

Tints of Scarlet #F2291B

RGB

 RED value IS 242 (94.92% from 255) = 78.06%

 GREEN value IS 41 (16.41% from 255) = 13.23%

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

R = 78.06%
G = 13.23%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F2291B (or 0xF2291B) is known color: Scarlet. HEX triplet: F2, 29 and 1B. RGB value is (242,41,27). Sum of RGB (Red+Green+Blue) = 242+41+27=310 (41% of max value = 765). Red value is 242 (94.92% from 255 or 78.06% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 27 (10.94% from 255 or 8.71% from 310); Max value from RGB is 242 - color contains mainly: red. Hex color #F2291B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2291B is #0DD6E4. Grayscale: #636363. Windows color (decimal): -906981 or 1780210. OLE color: 1780210.

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

Color convert

RGB 242 41 27 -
CMYK 0 0.83 0.89 0.05
HSL 3.91º 0.89% 0.53% -
HSV(B) 3.91º 0.89% 0.95% -
XYZ 37.61 20.54 3.02 -
YUV 99.5 87.09 229.64 -
System Red Green Blue C M Y K H S L
Decimal 242 41 27 0 0.83 0.89 0.05 3.91 0.89 0.53
Hex F2 29 1B 0 53 59 5 4 59 35
Octal 362 51 33 0 123 131 5 4 131 65
Binary 11110010 101001 11011 0 1010011 1011001 101 100 1011001 110101

Color Harmonies of #F2291B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2291B

Black with #F2291B

Text Example


Text Example

White with #F2291B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2291B; }

 p { color: rgb(242,41,27); }

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

background-color css

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

 a { background-color: rgb(242,41,27); }

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

border-color css

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

 span { border-color: rgb(242,41,27); }

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