Html Css Color HEX #F2150B Scarlet

📋 copy color: '#F2150B'

red 242 ◦ green 21 ◦ blue 11

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

Shades of Scarlet #F2150B

Tints of Scarlet #F2150B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.66%

 BLUE value IS 11 (4.69% from 255) = 4.01%

R = 88.32%
G = 7.66%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2150B (or 0xF2150B) is known color: Scarlet. HEX triplet: F2, 15 and 0B. RGB value is (242,21,11). Sum of RGB (Red+Green+Blue) = 242+21+11=274 (36% of max value = 765). Red value is 242 (94.92% from 255 or 88.32% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 11 (4.69% from 255 or 4.01% from 274); Max value from RGB is 242 - color contains mainly: red. Hex color #F2150B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F2150B is #0DEAF4. Grayscale: #565656. Windows color (decimal): -912117 or 726514. OLE color: 726514.

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

Color convert

RGB 242 21 11 -
CMYK 0 0.91 0.95 0.05
HSL 2.6º 0.91% 0.5% -
HSV(B) 2.6º 0.95% 0.95% -
XYZ 36.95 19.44 2.12 -
YUV 85.94 85.72 239.31 -
System Red Green Blue C M Y K H S L
Decimal 242 21 11 0 0.91 0.95 0.05 2.6 0.91 0.5
Hex F2 15 B 0 5B 5F 5 3 5B 32
Octal 362 25 13 0 133 137 5 3 133 62
Binary 11110010 10101 1011 0 1011011 1011111 101 11 1011011 110010

Color Harmonies of #F2150B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2150B

Black with #F2150B

Text Example


Text Example

White with #F2150B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2150B; }

 p { color: rgb(242,21,11); }

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

background-color css

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

 a { background-color: rgb(242,21,11); }

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

border-color css

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

 span { border-color: rgb(242,21,11); }

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