Html Css Color HEX #F21814 Scarlet

📋 copy color: '#F21814'

red 242 ◦ green 24 ◦ blue 20

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

Shades of Scarlet #F21814

Tints of Scarlet #F21814

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.39%

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

R = 84.62%
G = 8.39%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F21814 (or 0xF21814) is known color: Scarlet. HEX triplet: F2, 18 and 14. RGB value is (242,24,20). Sum of RGB (Red+Green+Blue) = 242+24+20=286 (37% of max value = 765). Red value is 242 (94.92% from 255 or 84.62% from 286); Green value is 24 (9.77% from 255 or 8.39% from 286); Blue value is 20 (8.20% from 255 or 6.99% from 286); Max value from RGB is 242 - color contains mainly: red. Hex color #F21814 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21814 is #0DE7EB. Grayscale: #585858. Windows color (decimal): -911340 or 1317106. OLE color: 1317106.

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

Color convert

RGB 242 24 20 -
CMYK 0 0.90 0.92 0.05
HSL 1.08º 0.9% 0.51% -
HSV(B) 1.08º 0.92% 0.95% -
XYZ 37.07 19.58 2.49 -
YUV 88.73 89.22 237.33 -
System Red Green Blue C M Y K H S L
Decimal 242 24 20 0 0.90 0.92 0.05 1.08 0.9 0.51
Hex F2 18 14 0 5A 5C 5 1 5A 33
Octal 362 30 24 0 132 134 5 1 132 63
Binary 11110010 11000 10100 0 1011010 1011100 101 1 1011010 110011

Color Harmonies of #F21814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21814

Black with #F21814

Text Example


Text Example

White with #F21814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21814; }

 p { color: rgb(242,24,20); }

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

background-color css

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

 a { background-color: rgb(242,24,20); }

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

border-color css

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

 span { border-color: rgb(242,24,20); }

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