Html Css Color HEX #F21E1E Scarlet

📋 copy color: '#F21E1E'

red 242 ◦ green 30 ◦ blue 30

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

Shades of Scarlet #F21E1E

Tints of Scarlet #F21E1E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.93%

 BLUE value IS 30 (12.11% from 255) = 9.93%

R = 80.13%
G = 9.93%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F21E1E (or 0xF21E1E) is known color: Scarlet. HEX triplet: F2, 1E and 1E. RGB value is (242,30,30). Sum of RGB (Red+Green+Blue) = 242+30+30=302 (40% of max value = 765). Red value is 242 (94.92% from 255 or 80.13% from 302); Green value is 30 (12.11% from 255 or 9.93% from 302); Blue value is 30 (12.11% from 255 or 9.93% from 302); Max value from RGB is 242 - color contains mainly: red. Hex color #F21E1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F21E1E is #0DE1E1. Grayscale: #5D5D5D. Windows color (decimal): -909794 or 1974002. OLE color: 1974002.

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

Color convert

RGB 242 30 30 -
CMYK 0 0.88 0.88 0.05
HSL 0.89% 0.53% -
HSV(B) 0.88% 0.95% -
XYZ 37.32 19.9 3.1 -
YUV 93.39 92.24 234 -
System Red Green Blue C M Y K H S L
Decimal 242 30 30 0 0.88 0.88 0.05 0 0.89 0.53
Hex F2 1E 1E 0 58 58 5 0 59 35
Octal 362 36 36 0 130 130 5 0 131 65
Binary 11110010 11110 11110 0 1011000 1011000 101 0 1011001 110101

Color Harmonies of #F21E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21E1E

Black with #F21E1E

Text Example


Text Example

White with #F21E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21E1E; }

 p { color: rgb(242,30,30); }

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

background-color css

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

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

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

border-color css

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

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

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