Html Css Color HEX #F42517 Scarlet

📋 copy color: '#F42517'

red 244 ◦ green 37 ◦ blue 23

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

Shades of Scarlet #F42517

Tints of Scarlet #F42517

RGB

 RED value IS 244 (95.7% from 255) = 80.26%

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

 BLUE value IS 23 (9.38% from 255) = 7.57%

R = 80.26%
G = 12.17%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F42517 (or 0xF42517) is known color: Scarlet. HEX triplet: F4, 25 and 17. RGB value is (244,37,23). Sum of RGB (Red+Green+Blue) = 244+37+23=304 (40% of max value = 765). Red value is 244 (95.70% from 255 or 80.26% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 23 (9.38% from 255 or 7.57% from 304); Max value from RGB is 244 - color contains mainly: red. Hex color #F42517 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42517 is #0BDAE8. Grayscale: #616161. Windows color (decimal): -776937 or 1517044. OLE color: 1517044.

HSL color Cylindrical-coordinate representation of color #F42517: hue angle of 3.8º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F42517 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 37 23 -
CMYK 0 0.85 0.91 0.04
HSL 3.8º 0.91% 0.52% -
HSV(B) 3.8º 0.91% 0.96% -
XYZ 38.12 20.62 2.78 -
YUV 97.3 86.08 232.64 -
System Red Green Blue C M Y K H S L
Decimal 244 37 23 0 0.85 0.91 0.04 3.8 0.91 0.52
Hex F4 25 17 0 55 5B 4 4 5B 34
Octal 364 45 27 0 125 133 4 4 133 64
Binary 11110100 100101 10111 0 1010101 1011011 100 100 1011011 110100

Color Harmonies of #F42517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42517

Black with #F42517

Text Example


Text Example

White with #F42517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42517; }

 p { color: rgb(244,37,23); }

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

background-color css

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

 a { background-color: rgb(244,37,23); }

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

border-color css

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

 span { border-color: rgb(244,37,23); }

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