Html Css Color HEX #FF3C28 Red Orange

📋 copy color: '#FF3C28'

red 255 ◦ green 60 ◦ blue 40

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

Shades of Red Orange #FF3C28

Tints of Red Orange #FF3C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.27%

R = 71.83%
G = 16.9%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF3C28 (or 0xFF3C28) is known color: Red Orange. HEX triplet: FF, 3C and 28. RGB value is (255,60,40). Sum of RGB (Red+Green+Blue) = 255+60+40=355 (47% of max value = 765). Red value is 255 (100% from 255 or 71.83% from 355); Green value is 60 (23.83% from 255 or 16.90% from 355); Blue value is 40 (16.02% from 255 or 11.27% from 355); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3C28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3C28 is #00C3D7. Grayscale: #747474. Windows color (decimal): -50136 or 2637055. OLE color: 2637055.

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

Color convert

RGB 255 60 40 -
CMYK 0 0.76 0.84 0
HSL 5.58º 1% 0.58% -
HSV(B) 5.58º 0.84% 1% -
XYZ 43.24 24.64 4.49 -
YUV 116.03 85.1 227.13 -
System Red Green Blue C M Y K H S L
Decimal 255 60 40 0 0.76 0.84 0 5.58 1 0.58
Hex FF 3C 28 0 4C 54 0 6 64 3A
Octal 377 74 50 0 114 124 0 6 144 72
Binary 11111111 111100 101000 0 1001100 1010100 0 110 1100100 111010

Color Harmonies of #FF3C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3C28

Black with #FF3C28

Text Example


Text Example

White with #FF3C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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