Html Css Color HEX #F22D2B Red Orange

📋 copy color: '#F22D2B'

red 242 ◦ green 45 ◦ blue 43

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

Shades of Red Orange #F22D2B

Tints of Red Orange #F22D2B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.64%

 BLUE value IS 43 (17.19% from 255) = 13.03%

R = 73.33%
G = 13.64%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F22D2B (or 0xF22D2B) is known color: Red Orange. HEX triplet: F2, 2D and 2B. RGB value is (242,45,43). Sum of RGB (Red+Green+Blue) = 242+45+43=330 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.33% from 330); Green value is 45 (17.97% from 255 or 13.64% from 330); Blue value is 43 (17.19% from 255 or 13.03% from 330); Max value from RGB is 242 - color contains mainly: red. Hex color #F22D2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22D2B is #0DD2D4. Grayscale: #676767. Windows color (decimal): -905941 or 2829810. OLE color: 2829810.

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

Color convert

RGB 242 45 43 -
CMYK 0 0.81 0.82 0.05
HSL 0.6º 0.88% 0.56% -
HSV(B) 0.6º 0.82% 0.95% -
XYZ 37.99 20.93 4.32 -
YUV 103.68 93.77 226.66 -
System Red Green Blue C M Y K H S L
Decimal 242 45 43 0 0.81 0.82 0.05 0.6 0.88 0.56
Hex F2 2D 2B 0 51 52 5 1 58 38
Octal 362 55 53 0 121 122 5 1 130 70
Binary 11110010 101101 101011 0 1010001 1010010 101 1 1011000 111000

Color Harmonies of #F22D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22D2B

Black with #F22D2B

Text Example


Text Example

White with #F22D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22D2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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