Html Css Color HEX #FB2B2A Red Orange

📋 copy color: '#FB2B2A'

red 251 ◦ green 43 ◦ blue 42

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

Shades of Red Orange #FB2B2A

Tints of Red Orange #FB2B2A

RGB

 RED value IS 251 (98.44% from 255) = 74.7%

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

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

R = 74.7%
G = 12.8%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FB2B2A (or 0xFB2B2A) is known color: Red Orange. HEX triplet: FB, 2B and 2A. RGB value is (251,43,42). Sum of RGB (Red+Green+Blue) = 251+43+42=336 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.70% from 336); Green value is 43 (17.19% from 255 or 12.80% from 336); Blue value is 42 (16.80% from 255 or 12.5% from 336); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2B2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2B2A is #04D4D5. Grayscale: #696969. Windows color (decimal): -316630 or 2763771. OLE color: 2763771.

HSL color Cylindrical-coordinate representation of color #FB2B2A: hue angle of 0.29º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB2B2A is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 43 42 -
CMYK 0 0.83 0.83 0.02
HSL 0.29º 0.96% 0.57% -
HSV(B) 0.29º 0.83% 0.98% -
XYZ 41.07 22.4 4.35 -
YUV 105.08 92.41 232.08 -
System Red Green Blue C M Y K H S L
Decimal 251 43 42 0 0.83 0.83 0.02 0.29 0.96 0.57
Hex FB 2B 2A 0 53 53 2 0 60 39
Octal 373 53 52 0 123 123 2 0 140 71
Binary 11111011 101011 101010 0 1010011 1010011 10 0 1100000 111001

Color Harmonies of #FB2B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2B2A

Black with #FB2B2A

Text Example


Text Example

White with #FB2B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2B2A; }

 p { color: rgb(251,43,42); }

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

background-color css

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

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

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

border-color css

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

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

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