Html Css Color HEX #F21D19 Scarlet

📋 copy color: '#F21D19'

red 242 ◦ green 29 ◦ blue 25

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

Shades of Scarlet #F21D19

Tints of Scarlet #F21D19

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.8%

 BLUE value IS 25 (10.16% from 255) = 8.45%

R = 81.76%
G = 9.8%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F21D19 (or 0xF21D19) is known color: Scarlet. HEX triplet: F2, 1D and 19. RGB value is (242,29,25). Sum of RGB (Red+Green+Blue) = 242+29+25=296 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.76% from 296); Green value is 29 (11.72% from 255 or 9.80% from 296); Blue value is 25 (10.16% from 255 or 8.45% from 296); Max value from RGB is 242 - color contains mainly: red. Hex color #F21D19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F21D19 is #0DE2E6. Grayscale: #5C5C5C. Windows color (decimal): -910055 or 1646066. OLE color: 1646066.

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

Color convert

RGB 242 29 25 -
CMYK 0 0.88 0.90 0.05
HSL 1.11º 0.89% 0.52% -
HSV(B) 1.11º 0.9% 0.95% -
XYZ 37.23 19.83 2.78 -
YUV 92.23 90.07 234.83 -
System Red Green Blue C M Y K H S L
Decimal 242 29 25 0 0.88 0.90 0.05 1.11 0.89 0.52
Hex F2 1D 19 0 58 5A 5 1 59 34
Octal 362 35 31 0 130 132 5 1 131 64
Binary 11110010 11101 11001 0 1011000 1011010 101 1 1011001 110100

Color Harmonies of #F21D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21D19

Black with #F21D19

Text Example


Text Example

White with #F21D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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