Html Css Color HEX #FF481B Orange Red

📋 copy color: '#FF481B'

red 255 ◦ green 72 ◦ blue 27

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

Shades of Orange Red #FF481B

Tints of Orange Red #FF481B

RGB

 RED value IS 255 (100% from 255) = 72.03%

 GREEN value IS 72 (28.52% from 255) = 20.34%

 BLUE value IS 27 (10.94% from 255) = 7.63%

R = 72.03%
G = 20.34%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF481B (or 0xFF481B) is known color: Orange Red. HEX triplet: FF, 48 and 1B. RGB value is (255,72,27). Sum of RGB (Red+Green+Blue) = 255+72+27=354 (46% of max value = 765). Red value is 255 (100% from 255 or 72.03% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 27 (10.94% from 255 or 7.63% from 354); Max value from RGB is 255 - color contains mainly: red. Hex color #FF481B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF481B is #00B7E4. Grayscale: #797979. Windows color (decimal): -47077 or 1788159. OLE color: 1788159.

HSL color Cylindrical-coordinate representation of color #FF481B: hue angle of 11.84º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF481B is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.

Color convert

RGB 255 72 27 -
CMYK 0 0.72 0.89 0
HSL 11.84º 1% 0.55% -
HSV(B) 11.84º 0.89% 1% -
XYZ 43.76 25.97 3.74 -
YUV 121.59 74.63 223.16 -
System Red Green Blue C M Y K H S L
Decimal 255 72 27 0 0.72 0.89 0 11.84 1 0.55
Hex FF 48 1B 0 48 59 0 C 64 37
Octal 377 110 33 0 110 131 0 14 144 67
Binary 11111111 1001000 11011 0 1001000 1011001 0 1100 1100100 110111

Color Harmonies of #FF481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF481B

Black with #FF481B

Text Example


Text Example

White with #FF481B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF481B; }

 p { color: rgb(255,72,27); }

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

background-color css

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

 a { background-color: rgb(255,72,27); }

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

border-color css

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

 span { border-color: rgb(255,72,27); }

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