Html Css Color HEX #F22F2D Red Orange

📋 copy color: '#F22F2D'

red 242 ◦ green 47 ◦ blue 45

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

Shades of Red Orange #F22F2D

Tints of Red Orange #F22F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.47%

R = 72.46%
G = 14.07%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F22F2D (or 0xF22F2D) is known color: Red Orange. HEX triplet: F2, 2F and 2D. RGB value is (242,47,45). Sum of RGB (Red+Green+Blue) = 242+47+45=334 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.46% from 334); Green value is 47 (18.75% from 255 or 14.07% from 334); Blue value is 45 (17.97% from 255 or 13.47% from 334); Max value from RGB is 242 - color contains mainly: red. Hex color #F22F2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22F2D is #0DD0D2. Grayscale: #696969. Windows color (decimal): -905427 or 2961394. OLE color: 2961394.

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

Color convert

RGB 242 47 45 -
CMYK 0 0.81 0.81 0.05
HSL 0.61º 0.88% 0.56% -
HSV(B) 0.61º 0.81% 0.95% -
XYZ 38.11 21.1 4.55 -
YUV 105.08 94.1 225.66 -
System Red Green Blue C M Y K H S L
Decimal 242 47 45 0 0.81 0.81 0.05 0.61 0.88 0.56
Hex F2 2F 2D 0 51 51 5 1 58 38
Octal 362 57 55 0 121 121 5 1 130 70
Binary 11110010 101111 101101 0 1010001 1010001 101 1 1011000 111000

Color Harmonies of #F22F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22F2D

Black with #F22F2D

Text Example


Text Example

White with #F22F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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