Html Css Color HEX #F21613 Scarlet

📋 copy color: '#F21613'

red 242 ◦ green 22 ◦ blue 19

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

Shades of Scarlet #F21613

Tints of Scarlet #F21613

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.77%

 BLUE value IS 19 (7.81% from 255) = 6.71%

R = 85.51%
G = 7.77%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F21613 (or 0xF21613) is known color: Scarlet. HEX triplet: F2, 16 and 13. RGB value is (242,22,19). Sum of RGB (Red+Green+Blue) = 242+22+19=283 (37% of max value = 765). Red value is 242 (94.92% from 255 or 85.51% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 242 - color contains mainly: red. Hex color #F21613 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21613 is #0DE9EC. Grayscale: #575757. Windows color (decimal): -911853 or 1251058. OLE color: 1251058.

HSL color Cylindrical-coordinate representation of color #F21613: hue angle of 0.81º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F21613 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 22 19 -
CMYK 0 0.91 0.92 0.05
HSL 0.81º 0.9% 0.51% -
HSV(B) 0.81º 0.92% 0.95% -
XYZ 37.02 19.5 2.43 -
YUV 87.44 89.39 238.24 -
System Red Green Blue C M Y K H S L
Decimal 242 22 19 0 0.91 0.92 0.05 0.81 0.9 0.51
Hex F2 16 13 0 5B 5C 5 1 5A 33
Octal 362 26 23 0 133 134 5 1 132 63
Binary 11110010 10110 10011 0 1011011 1011100 101 1 1011010 110011

Color Harmonies of #F21613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21613

Black with #F21613

Text Example


Text Example

White with #F21613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21613; }

 p { color: rgb(242,22,19); }

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

background-color css

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

 a { background-color: rgb(242,22,19); }

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

border-color css

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

 span { border-color: rgb(242,22,19); }

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