Html Css Color HEX #F22B2B Red Orange

📋 copy color: '#F22B2B'

red 242 ◦ green 43 ◦ blue 43

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

Shades of Red Orange #F22B2B

Tints of Red Orange #F22B2B

RGB

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

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

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

R = 73.78%
G = 13.11%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F22B2B (or 0xF22B2B) is known color: Red Orange. HEX triplet: F2, 2B and 2B. RGB value is (242,43,43). Sum of RGB (Red+Green+Blue) = 242+43+43=328 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.78% from 328); Green value is 43 (17.19% from 255 or 13.11% from 328); Blue value is 43 (17.19% from 255 or 13.11% from 328); Max value from RGB is 242 - color contains mainly: red. Hex color #F22B2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22B2B is #0DD4D4. Grayscale: #666666. Windows color (decimal): -906453 or 2829298. OLE color: 2829298.

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

Color convert

RGB 242 43 43 -
CMYK 0 0.82 0.82 0.05
HSL 0.88% 0.56% -
HSV(B) 0.82% 0.95% -
XYZ 37.92 20.78 4.3 -
YUV 102.5 94.43 227.5 -
System Red Green Blue C M Y K H S L
Decimal 242 43 43 0 0.82 0.82 0.05 0 0.88 0.56
Hex F2 2B 2B 0 52 52 5 0 58 38
Octal 362 53 53 0 122 122 5 0 130 70
Binary 11110010 101011 101011 0 1010010 1010010 101 0 1011000 111000

Color Harmonies of #F22B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22B2B

Black with #F22B2B

Text Example


Text Example

White with #F22B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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