Html Css Color HEX #F21E1D Scarlet

📋 copy color: '#F21E1D'

red 242 ◦ green 30 ◦ blue 29

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

Shades of Scarlet #F21E1D

Tints of Scarlet #F21E1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.63%

R = 80.4%
G = 9.97%
B = 9.63%

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

#F21E1D (or 0xF21E1D) is known color: Scarlet. HEX triplet: F2, 1E and 1D. RGB value is (242,30,29). Sum of RGB (Red+Green+Blue) = 242+30+29=301 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.40% from 301); Green value is 30 (12.11% from 255 or 9.97% from 301); Blue value is 29 (11.72% from 255 or 9.63% from 301); Max value from RGB is 242 - color contains mainly: red. Hex color #F21E1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F21E1D is #0DE1E2. Grayscale: #5D5D5D. Windows color (decimal): -909795 or 1908466. OLE color: 1908466.

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

Color convert

RGB 242 30 29 -
CMYK 0 0.88 0.88 0.05
HSL 0.28º 0.89% 0.53% -
HSV(B) 0.28º 0.88% 0.95% -
XYZ 37.3 19.89 3.04 -
YUV 93.27 91.74 234.08 -
System Red Green Blue C M Y K H S L
Decimal 242 30 29 0 0.88 0.88 0.05 0.28 0.89 0.53
Hex F2 1E 1D 0 58 58 5 0 59 35
Octal 362 36 35 0 130 130 5 0 131 65
Binary 11110010 11110 11101 0 1011000 1011000 101 0 1011001 110101

Color Harmonies of #F21E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21E1D

Black with #F21E1D

Text Example


Text Example

White with #F21E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21E1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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