Html Css Color HEX #F21E1A Scarlet

📋 copy color: '#F21E1A'

red 242 ◦ green 30 ◦ blue 26

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

Shades of Scarlet #F21E1A

Tints of Scarlet #F21E1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.72%

R = 81.21%
G = 10.07%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F21E1A (or 0xF21E1A) is known color: Scarlet. HEX triplet: F2, 1E and 1A. RGB value is (242,30,26). Sum of RGB (Red+Green+Blue) = 242+30+26=298 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.21% from 298); Green value is 30 (12.11% from 255 or 10.07% from 298); Blue value is 26 (10.55% from 255 or 8.72% from 298); Max value from RGB is 242 - color contains mainly: red. Hex color #F21E1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F21E1A is #0DE1E5. Grayscale: #5D5D5D. Windows color (decimal): -909798 or 1711858. OLE color: 1711858.

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

Color convert

RGB 242 30 26 -
CMYK 0 0.88 0.89 0.05
HSL 1.11º 0.89% 0.53% -
HSV(B) 1.11º 0.89% 0.95% -
XYZ 37.27 19.88 2.85 -
YUV 92.93 90.24 234.33 -
System Red Green Blue C M Y K H S L
Decimal 242 30 26 0 0.88 0.89 0.05 1.11 0.89 0.53
Hex F2 1E 1A 0 58 59 5 1 59 35
Octal 362 36 32 0 130 131 5 1 131 65
Binary 11110010 11110 11010 0 1011000 1011001 101 1 1011001 110101

Color Harmonies of #F21E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21E1A

Black with #F21E1A

Text Example


Text Example

White with #F21E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21E1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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