Html Css Color HEX #F42714 Scarlet

📋 copy color: '#F42714'

red 244 ◦ green 39 ◦ blue 20

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

Shades of Scarlet #F42714

Tints of Scarlet #F42714

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.87%

 BLUE value IS 20 (8.2% from 255) = 6.6%

R = 80.53%
G = 12.87%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F42714 (or 0xF42714) is known color: Scarlet. HEX triplet: F4, 27 and 14. RGB value is (244,39,20). Sum of RGB (Red+Green+Blue) = 244+39+20=303 (40% of max value = 765). Red value is 244 (95.70% from 255 or 80.53% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 20 (8.20% from 255 or 6.60% from 303); Max value from RGB is 244 - color contains mainly: red. Hex color #F42714 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42714 is #0BD8EB. Grayscale: #626262. Windows color (decimal): -776428 or 1320948. OLE color: 1320948.

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

Color convert

RGB 244 39 20 -
CMYK 0 0.84 0.92 0.04
HSL 5.09º 0.91% 0.52% -
HSV(B) 5.09º 0.92% 0.96% -
XYZ 38.16 20.73 2.65 -
YUV 98.13 83.92 232.04 -
System Red Green Blue C M Y K H S L
Decimal 244 39 20 0 0.84 0.92 0.04 5.09 0.91 0.52
Hex F4 27 14 0 54 5C 4 5 5B 34
Octal 364 47 24 0 124 134 4 5 133 64
Binary 11110100 100111 10100 0 1010100 1011100 100 101 1011011 110100

Color Harmonies of #F42714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42714

Black with #F42714

Text Example


Text Example

White with #F42714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42714; }

 p { color: rgb(244,39,20); }

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

background-color css

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

 a { background-color: rgb(244,39,20); }

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

border-color css

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

 span { border-color: rgb(244,39,20); }

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