Html Css Color HEX #F2250B Scarlet

📋 copy color: '#F2250B'

red 242 ◦ green 37 ◦ blue 11

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

Shades of Scarlet #F2250B

Tints of Scarlet #F2250B

RGB

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

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

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

R = 83.45%
G = 12.76%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2250B (or 0xF2250B) is known color: Scarlet. HEX triplet: F2, 25 and 0B. RGB value is (242,37,11). Sum of RGB (Red+Green+Blue) = 242+37+11=290 (38% of max value = 765). Red value is 242 (94.92% from 255 or 83.45% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 11 (4.69% from 255 or 3.79% from 290); Max value from RGB is 242 - color contains mainly: red. Hex color #F2250B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2250B is #0DDAF4. Grayscale: #5F5F5F. Windows color (decimal): -908021 or 730610. OLE color: 730610.

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

Color convert

RGB 242 37 11 -
CMYK 0 0.85 0.95 0.05
HSL 6.75º 0.91% 0.5% -
HSV(B) 6.75º 0.95% 0.95% -
XYZ 37.34 20.22 2.25 -
YUV 95.33 80.42 232.61 -
System Red Green Blue C M Y K H S L
Decimal 242 37 11 0 0.85 0.95 0.05 6.75 0.91 0.5
Hex F2 25 B 0 55 5F 5 7 5B 32
Octal 362 45 13 0 125 137 5 7 133 62
Binary 11110010 100101 1011 0 1010101 1011111 101 111 1011011 110010

Color Harmonies of #F2250B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2250B

Black with #F2250B

Text Example


Text Example

White with #F2250B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2250B; }

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

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

background-color css

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

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

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

border-color css

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

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

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