Html Css Color HEX #F2170D Scarlet

📋 copy color: '#F2170D'

red 242 ◦ green 23 ◦ blue 13

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

Shades of Scarlet #F2170D

Tints of Scarlet #F2170D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.27%

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

R = 87.05%
G = 8.27%
B = 4.68%

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

#F2170D (or 0xF2170D) is known color: Scarlet. HEX triplet: F2, 17 and 0D. RGB value is (242,23,13). Sum of RGB (Red+Green+Blue) = 242+23+13=278 (36% of max value = 765). Red value is 242 (94.92% from 255 or 87.05% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 13 (5.47% from 255 or 4.68% from 278); Max value from RGB is 242 - color contains mainly: red. Hex color #F2170D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F2170D is #0DE8F2. Grayscale: #575757. Windows color (decimal): -911603 or 858098. OLE color: 858098.

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

Color convert

RGB 242 23 13 -
CMYK 0 0.90 0.95 0.05
HSL 2.62º 0.9% 0.5% -
HSV(B) 2.62º 0.95% 0.95% -
XYZ 37 19.52 2.2 -
YUV 87.34 86.05 238.31 -
System Red Green Blue C M Y K H S L
Decimal 242 23 13 0 0.90 0.95 0.05 2.62 0.9 0.5
Hex F2 17 D 0 5A 5F 5 3 5A 32
Octal 362 27 15 0 132 137 5 3 132 62
Binary 11110010 10111 1101 0 1011010 1011111 101 11 1011010 110010

Color Harmonies of #F2170D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2170D

Black with #F2170D

Text Example


Text Example

White with #F2170D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2170D; }

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

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

background-color css

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

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

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

border-color css

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

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

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