Html Css Color HEX #F22F2A Red Orange

📋 copy color: '#F22F2A'

red 242 ◦ green 47 ◦ blue 42

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

Shades of Red Orange #F22F2A

Tints of Red Orange #F22F2A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.2%

 BLUE value IS 42 (16.8% from 255) = 12.69%

R = 73.11%
G = 14.2%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F22F2A (or 0xF22F2A) is known color: Red Orange. HEX triplet: F2, 2F and 2A. RGB value is (242,47,42). Sum of RGB (Red+Green+Blue) = 242+47+42=331 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.11% from 331); Green value is 47 (18.75% from 255 or 14.20% from 331); Blue value is 42 (16.80% from 255 or 12.69% from 331); Max value from RGB is 242 - color contains mainly: red. Hex color #F22F2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22F2A is #0DD0D5. Grayscale: #686868. Windows color (decimal): -905430 or 2764786. OLE color: 2764786.

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

Color convert

RGB 242 47 42 -
CMYK 0 0.81 0.83 0.05
HSL 1.5º 0.88% 0.56% -
HSV(B) 1.5º 0.83% 0.95% -
XYZ 38.05 21.08 4.25 -
YUV 104.74 92.6 225.91 -
System Red Green Blue C M Y K H S L
Decimal 242 47 42 0 0.81 0.83 0.05 1.5 0.88 0.56
Hex F2 2F 2A 0 51 53 5 2 58 38
Octal 362 57 52 0 121 123 5 2 130 70
Binary 11110010 101111 101010 0 1010001 1010011 101 10 1011000 111000

Color Harmonies of #F22F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22F2A

Black with #F22F2A

Text Example


Text Example

White with #F22F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22F2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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