Html Css Color HEX #F21D15 Scarlet

📋 copy color: '#F21D15'

red 242 ◦ green 29 ◦ blue 21

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

Shades of Scarlet #F21D15

Tints of Scarlet #F21D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.19%

R = 82.88%
G = 9.93%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F21D15 (or 0xF21D15) is known color: Scarlet. HEX triplet: F2, 1D and 15. RGB value is (242,29,21). Sum of RGB (Red+Green+Blue) = 242+29+21=292 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.88% from 292); Green value is 29 (11.72% from 255 or 9.93% from 292); Blue value is 21 (8.59% from 255 or 7.19% from 292); Max value from RGB is 242 - color contains mainly: red. Hex color #F21D15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F21D15 is #0DE2EA. Grayscale: #5C5C5C. Windows color (decimal): -910059 or 1383922. OLE color: 1383922.

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

Color convert

RGB 242 29 21 -
CMYK 0 0.88 0.91 0.05
HSL 2.17º 0.89% 0.52% -
HSV(B) 2.17º 0.91% 0.95% -
XYZ 37.19 19.81 2.57 -
YUV 91.78 88.07 235.15 -
System Red Green Blue C M Y K H S L
Decimal 242 29 21 0 0.88 0.91 0.05 2.17 0.89 0.52
Hex F2 1D 15 0 58 5B 5 2 59 34
Octal 362 35 25 0 130 133 5 2 131 64
Binary 11110010 11101 10101 0 1011000 1011011 101 10 1011001 110100

Color Harmonies of #F21D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21D15

Black with #F21D15

Text Example


Text Example

White with #F21D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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