Html Css Color HEX #FF3C38 Red Orange

📋 copy color: '#FF3C38'

red 255 ◦ green 60 ◦ blue 56

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

Shades of Red Orange #FF3C38

Tints of Red Orange #FF3C38

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.17%

 BLUE value IS 56 (22.27% from 255) = 15.09%

R = 68.73%
G = 16.17%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0

RGB Variations

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

Color information

#FF3C38 (or 0xFF3C38) is known color: Red Orange. HEX triplet: FF, 3C and 38. RGB value is (255,60,56). Sum of RGB (Red+Green+Blue) = 255+60+56=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 56 (22.27% from 255 or 15.09% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3C38 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3C38 is #00C3C7. Grayscale: #767676. Windows color (decimal): -50120 or 3685631. OLE color: 3685631.

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

Color convert

RGB 255 60 56 -
CMYK 0 0.76 0.78 0
HSL 1.21º 1% 0.61% -
HSV(B) 1.21º 0.78% 1% -
XYZ 43.57 24.78 6.23 -
YUV 117.85 93.1 225.83 -
System Red Green Blue C M Y K H S L
Decimal 255 60 56 0 0.76 0.78 0 1.21 1 0.61
Hex FF 3C 38 0 4C 4E 0 1 64 3D
Octal 377 74 70 0 114 116 0 1 144 75
Binary 11111111 111100 111000 0 1001100 1001110 0 1 1100100 111101

Color Harmonies of #FF3C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3C38

Black with #FF3C38

Text Example


Text Example

White with #FF3C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3C38; }

 p { color: rgb(255,60,56); }

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

background-color css

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

 a { background-color: rgb(255,60,56); }

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

border-color css

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

 span { border-color: rgb(255,60,56); }

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