Html Css Color HEX #FF371B Red Orange

📋 copy color: '#FF371B'

red 255 ◦ green 55 ◦ blue 27

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

Shades of Red Orange #FF371B

Tints of Red Orange #FF371B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.32%

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

R = 75.67%
G = 16.32%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF371B (or 0xFF371B) is known color: Red Orange. HEX triplet: FF, 37 and 1B. RGB value is (255,55,27). Sum of RGB (Red+Green+Blue) = 255+55+27=337 (44% of max value = 765). Red value is 255 (100% from 255 or 75.67% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 27 (10.94% from 255 or 8.01% from 337); Max value from RGB is 255 - color contains mainly: red. Hex color #FF371B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF371B is #00C8E4. Grayscale: #6F6F6F. Windows color (decimal): -51429 or 1783807. OLE color: 1783807.

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

Color convert

RGB 255 55 27 -
CMYK 0 0.78 0.89 0
HSL 7.37º 1% 0.55% -
HSV(B) 7.37º 0.89% 1% -
XYZ 42.8 24.07 3.43 -
YUV 111.61 80.26 230.28 -
System Red Green Blue C M Y K H S L
Decimal 255 55 27 0 0.78 0.89 0 7.37 1 0.55
Hex FF 37 1B 0 4E 59 0 7 64 37
Octal 377 67 33 0 116 131 0 7 144 67
Binary 11111111 110111 11011 0 1001110 1011001 0 111 1100100 110111

Color Harmonies of #FF371B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF371B

Black with #FF371B

Text Example


Text Example

White with #FF371B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF371B; }

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

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

background-color css

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

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

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

border-color css

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

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

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