Html Css Color HEX #F22A1D Scarlet

📋 copy color: '#F22A1D'

red 242 ◦ green 42 ◦ blue 29

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

Shades of Scarlet #F22A1D

Tints of Scarlet #F22A1D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.42%

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

R = 77.32%
G = 13.42%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F22A1D (or 0xF22A1D) is known color: Scarlet. HEX triplet: F2, 2A and 1D. RGB value is (242,42,29). Sum of RGB (Red+Green+Blue) = 242+42+29=313 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.32% from 313); Green value is 42 (16.80% from 255 or 13.42% from 313); Blue value is 29 (11.72% from 255 or 9.27% from 313); Max value from RGB is 242 - color contains mainly: red. Hex color #F22A1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22A1D is #0DD5E2. Grayscale: #646464. Windows color (decimal): -906723 or 1911538. OLE color: 1911538.

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

Color convert

RGB 242 42 29 -
CMYK 0 0.83 0.88 0.05
HSL 3.66º 0.89% 0.53% -
HSV(B) 3.66º 0.88% 0.95% -
XYZ 37.67 20.62 3.16 -
YUV 100.32 87.76 229.06 -
System Red Green Blue C M Y K H S L
Decimal 242 42 29 0 0.83 0.88 0.05 3.66 0.89 0.53
Hex F2 2A 1D 0 53 58 5 4 59 35
Octal 362 52 35 0 123 130 5 4 131 65
Binary 11110010 101010 11101 0 1010011 1011000 101 100 1011001 110101

Color Harmonies of #F22A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22A1D

Black with #F22A1D

Text Example


Text Example

White with #F22A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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