Html Css Color HEX #F2190D Scarlet

📋 copy color: '#F2190D'

red 242 ◦ green 25 ◦ blue 13

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

Shades of Scarlet #F2190D

Tints of Scarlet #F2190D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.93%

 BLUE value IS 13 (5.47% from 255) = 4.64%

R = 86.43%
G = 8.93%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2190D (or 0xF2190D) is known color: Scarlet. HEX triplet: F2, 19 and 0D. RGB value is (242,25,13). Sum of RGB (Red+Green+Blue) = 242+25+13=280 (37% of max value = 765). Red value is 242 (94.92% from 255 or 86.43% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 242 - color contains mainly: red. Hex color #F2190D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F2190D is #0DE6F2. Grayscale: #585858. Windows color (decimal): -911091 or 858610. OLE color: 858610.

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

Color convert

RGB 242 25 13 -
CMYK 0 0.90 0.95 0.05
HSL 3.14º 0.9% 0.5% -
HSV(B) 3.14º 0.95% 0.95% -
XYZ 37.04 19.6 2.21 -
YUV 88.52 85.39 237.48 -
System Red Green Blue C M Y K H S L
Decimal 242 25 13 0 0.90 0.95 0.05 3.14 0.9 0.5
Hex F2 19 D 0 5A 5F 5 3 5A 32
Octal 362 31 15 0 132 137 5 3 132 62
Binary 11110010 11001 1101 0 1011010 1011111 101 11 1011010 110010

Color Harmonies of #F2190D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2190D

Black with #F2190D

Text Example


Text Example

White with #F2190D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2190D; }

 p { color: rgb(242,25,13); }

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

background-color css

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

 a { background-color: rgb(242,25,13); }

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

border-color css

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

 span { border-color: rgb(242,25,13); }

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