Html Css Color HEX #F42103 Scarlet

📋 copy color: '#F42103'

red 244 ◦ green 33 ◦ blue 3

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

Shades of Scarlet #F42103

Tints of Scarlet #F42103

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.79%

 BLUE value IS 3 (1.56% from 255) = 1.07%

R = 87.14%
G = 11.79%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F42103 (or 0xF42103) is known color: Scarlet. HEX triplet: F4, 21 and 03. RGB value is (244,33,3). Sum of RGB (Red+Green+Blue) = 244+33+3=280 (37% of max value = 765). Red value is 244 (95.70% from 255 or 87.14% from 280); Green value is 33 (13.28% from 255 or 11.79% from 280); Blue value is 3 (1.56% from 255 or 1.07% from 280); Max value from RGB is 244 - color contains mainly: red. Hex color #F42103 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42103 is #0BDEFC. Grayscale: #5D5D5D. Windows color (decimal): -777981 or 205300. OLE color: 205300.

HSL color Cylindrical-coordinate representation of color #F42103: hue angle of 7.47º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F42103 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 33 3 -
CMYK 0 0.86 0.99 0.04
HSL 7.47º 0.98% 0.48% -
HSV(B) 7.47º 0.99% 0.96% -
XYZ 37.87 20.33 2.01 -
YUV 92.67 77.4 235.94 -
System Red Green Blue C M Y K H S L
Decimal 244 33 3 0 0.86 0.99 0.04 7.47 0.98 0.48
Hex F4 21 3 0 56 63 4 7 62 30
Octal 364 41 3 0 126 143 4 7 142 60
Binary 11110100 100001 11 0 1010110 1100011 100 111 1100010 110000

Color Harmonies of #F42103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42103

Black with #F42103

Text Example


Text Example

White with #F42103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42103; }

 p { color: rgb(244,33,3); }

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

background-color css

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

 a { background-color: rgb(244,33,3); }

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

border-color css

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

 span { border-color: rgb(244,33,3); }

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