Html Css Color HEX #FF372D Red Orange

📋 copy color: '#FF372D'

red 255 ◦ green 55 ◦ blue 45

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

Shades of Red Orange #FF372D

Tints of Red Orange #FF372D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.68%

R = 71.83%
G = 15.49%
B = 12.68%

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

#FF372D (or 0xFF372D) is known color: Red Orange. HEX triplet: FF, 37 and 2D. RGB value is (255,55,45). Sum of RGB (Red+Green+Blue) = 255+55+45=355 (47% of max value = 765). Red value is 255 (100% from 255 or 71.83% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 45 (17.97% from 255 or 12.68% from 355); Max value from RGB is 255 - color contains mainly: red. Hex color #FF372D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF372D is #00C8D2. Grayscale: #717171. Windows color (decimal): -51411 or 2963455. OLE color: 2963455.

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

Color convert

RGB 255 55 45 -
CMYK 0 0.78 0.82 0
HSL 2.86º 1% 0.59% -
HSV(B) 2.86º 0.82% 1% -
XYZ 43.08 24.18 4.88 -
YUV 113.66 89.26 228.81 -
System Red Green Blue C M Y K H S L
Decimal 255 55 45 0 0.78 0.82 0 2.86 1 0.59
Hex FF 37 2D 0 4E 52 0 3 64 3B
Octal 377 67 55 0 116 122 0 3 144 73
Binary 11111111 110111 101101 0 1001110 1010010 0 11 1100100 111011

Color Harmonies of #FF372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF372D

Black with #FF372D

Text Example


Text Example

White with #FF372D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF372D; }

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

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

background-color css

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

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

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

border-color css

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

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

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