Html Css Color HEX #FF372F Red Orange

📋 copy color: '#FF372F'

red 255 ◦ green 55 ◦ blue 47

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

Shades of Red Orange #FF372F

Tints of Red Orange #FF372F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.17%

R = 71.43%
G = 15.41%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FF372F (or 0xFF372F) is known color: Red Orange. HEX triplet: FF, 37 and 2F. RGB value is (255,55,47). Sum of RGB (Red+Green+Blue) = 255+55+47=357 (47% of max value = 765). Red value is 255 (100% from 255 or 71.43% from 357); Green value is 55 (21.88% from 255 or 15.41% from 357); Blue value is 47 (18.75% from 255 or 13.17% from 357); Max value from RGB is 255 - color contains mainly: red. Hex color #FF372F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF372F is #00C8D0. Grayscale: #727272. Windows color (decimal): -51409 or 3094527. OLE color: 3094527.

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

Color convert

RGB 255 55 47 -
CMYK 0 0.78 0.82 0
HSL 2.31º 1% 0.59% -
HSV(B) 2.31º 0.82% 1% -
XYZ 43.12 24.2 5.09 -
YUV 113.89 90.26 228.65 -
System Red Green Blue C M Y K H S L
Decimal 255 55 47 0 0.78 0.82 0 2.31 1 0.59
Hex FF 37 2F 0 4E 52 0 2 64 3B
Octal 377 67 57 0 116 122 0 2 144 73
Binary 11111111 110111 101111 0 1001110 1010010 0 10 1100100 111011

Color Harmonies of #FF372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF372F

Black with #FF372F

Text Example


Text Example

White with #FF372F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF372F; }

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

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

background-color css

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

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

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

border-color css

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

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

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