Html Css Color HEX #F2251F Scarlet

📋 copy color: '#F2251F'

red 242 ◦ green 37 ◦ blue 31

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

Shades of Scarlet #F2251F

Tints of Scarlet #F2251F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.94%

 BLUE value IS 31 (12.5% from 255) = 10%

R = 78.06%
G = 11.94%
B = 10%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F2251F (or 0xF2251F) is known color: Scarlet. HEX triplet: F2, 25 and 1F. RGB value is (242,37,31). Sum of RGB (Red+Green+Blue) = 242+37+31=310 (41% of max value = 765). Red value is 242 (94.92% from 255 or 78.06% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 31 (12.5% from 255 or 10% from 310); Max value from RGB is 242 - color contains mainly: red. Hex color #F2251F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2251F is #0DDAE0. Grayscale: #616161. Windows color (decimal): -908001 or 2041330. OLE color: 2041330.

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

Color convert

RGB 242 37 31 -
CMYK 0 0.85 0.87 0.05
HSL 1.71º 0.89% 0.54% -
HSV(B) 1.71º 0.87% 0.95% -
XYZ 37.53 20.3 3.24 -
YUV 97.61 90.42 230.99 -
System Red Green Blue C M Y K H S L
Decimal 242 37 31 0 0.85 0.87 0.05 1.71 0.89 0.54
Hex F2 25 1F 0 55 57 5 2 59 36
Octal 362 45 37 0 125 127 5 2 131 66
Binary 11110010 100101 11111 0 1010101 1010111 101 10 1011001 110110

Color Harmonies of #F2251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2251F

Black with #F2251F

Text Example


Text Example

White with #F2251F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2251F; }

 p { color: rgb(242,37,31); }

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

background-color css

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

 a { background-color: rgb(242,37,31); }

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

border-color css

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

 span { border-color: rgb(242,37,31); }

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