Html Css Color HEX #F22B2F Alizarin

📋 copy color: '#F22B2F'

red 242 ◦ green 43 ◦ blue 47

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

Shades of Alizarin #F22B2F

Tints of Alizarin #F22B2F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.95%

 BLUE value IS 47 (18.75% from 255) = 14.16%

R = 72.89%
G = 12.95%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F22B2F (or 0xF22B2F) is known color: Alizarin. HEX triplet: F2, 2B and 2F. RGB value is (242,43,47). Sum of RGB (Red+Green+Blue) = 242+43+47=332 (43% of max value = 765). Red value is 242 (94.92% from 255 or 72.89% from 332); Green value is 43 (17.19% from 255 or 12.95% from 332); Blue value is 47 (18.75% from 255 or 14.16% from 332); Max value from RGB is 242 - color contains mainly: red. Hex color #F22B2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22B2F is #0DD4D0. Grayscale: #676767. Windows color (decimal): -906449 or 3091442. OLE color: 3091442.

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

Color convert

RGB 242 43 47 -
CMYK 0 0.82 0.81 0.05
HSL 358.79º 0.88% 0.56% -
HSV(B) 358.79º 0.82% 0.95% -
XYZ 37.99 20.81 4.7 -
YUV 102.96 96.43 227.17 -
System Red Green Blue C M Y K H S L
Decimal 242 43 47 0 0.82 0.81 0.05 358.79 0.88 0.56
Hex F2 2B 2F 0 52 51 5 167 58 38
Octal 362 53 57 0 122 121 5 547 130 70
Binary 11110010 101011 101111 0 1010010 1010001 101 101100111 1011000 111000

Color Harmonies of #F22B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22B2F

Black with #F22B2F

Text Example


Text Example

White with #F22B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22B2F; }

 p { color: rgb(242,43,47); }

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

background-color css

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

 a { background-color: rgb(242,43,47); }

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

border-color css

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

 span { border-color: rgb(242,43,47); }

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