Html Css Color HEX #FB2424 Red Orange

📋 copy color: '#FB2424'

red 251 ◦ green 36 ◦ blue 36

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

Shades of Red Orange #FB2424

Tints of Red Orange #FB2424

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.15%

 BLUE value IS 36 (14.45% from 255) = 11.15%

R = 77.71%
G = 11.15%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FB2424 (or 0xFB2424) is known color: Red Orange. HEX triplet: FB, 24 and 24. RGB value is (251,36,36). Sum of RGB (Red+Green+Blue) = 251+36+36=323 (42% of max value = 765). Red value is 251 (98.44% from 255 or 77.71% from 323); Green value is 36 (14.45% from 255 or 11.15% from 323); Blue value is 36 (14.45% from 255 or 11.15% from 323); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2424 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2424 is #04DBDB. Grayscale: #646464. Windows color (decimal): -318428 or 2368763. OLE color: 2368763.

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

Color convert

RGB 251 36 36 -
CMYK 0 0.86 0.86 0.02
HSL 0.96% 0.56% -
HSV(B) 0.86% 0.98% -
XYZ 40.73 21.9 3.75 -
YUV 100.29 91.73 235.5 -
System Red Green Blue C M Y K H S L
Decimal 251 36 36 0 0.86 0.86 0.02 0 0.96 0.56
Hex FB 24 24 0 56 56 2 0 60 38
Octal 373 44 44 0 126 126 2 0 140 70
Binary 11111011 100100 100100 0 1010110 1010110 10 0 1100000 111000

Color Harmonies of #FB2424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2424

Black with #FB2424

Text Example


Text Example

White with #FB2424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2424; }

 p { color: rgb(251,36,36); }

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

background-color css

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

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

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

border-color css

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

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

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