Html Css Color HEX #F22F1B Scarlet

📋 copy color: '#F22F1B'

red 242 ◦ green 47 ◦ blue 27

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

Shades of Scarlet #F22F1B

Tints of Scarlet #F22F1B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.87%

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

R = 76.58%
G = 14.87%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F22F1B (or 0xF22F1B) is known color: Scarlet. HEX triplet: F2, 2F and 1B. RGB value is (242,47,27). Sum of RGB (Red+Green+Blue) = 242+47+27=316 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.58% from 316); Green value is 47 (18.75% from 255 or 14.87% from 316); Blue value is 27 (10.94% from 255 or 8.54% from 316); Max value from RGB is 242 - color contains mainly: red. Hex color #F22F1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22F1B is #0DD0E4. Grayscale: #676767. Windows color (decimal): -905445 or 1781746. OLE color: 1781746.

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

Color convert

RGB 242 47 27 -
CMYK 0 0.81 0.89 0.05
HSL 5.58º 0.89% 0.53% -
HSV(B) 5.58º 0.89% 0.95% -
XYZ 37.83 20.99 3.09 -
YUV 103.03 85.1 227.13 -
System Red Green Blue C M Y K H S L
Decimal 242 47 27 0 0.81 0.89 0.05 5.58 0.89 0.53
Hex F2 2F 1B 0 51 59 5 6 59 35
Octal 362 57 33 0 121 131 5 6 131 65
Binary 11110010 101111 11011 0 1010001 1011001 101 110 1011001 110101

Color Harmonies of #F22F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22F1B

Black with #F22F1B

Text Example


Text Example

White with #F22F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22F1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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