Html Css Color HEX #FF3C2E Red Orange

📋 copy color: '#FF3C2E'

red 255 ◦ green 60 ◦ blue 46

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

Shades of Red Orange #FF3C2E

Tints of Red Orange #FF3C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.74%

R = 70.64%
G = 16.62%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FF3C2E (or 0xFF3C2E) is known color: Red Orange. HEX triplet: FF, 3C and 2E. RGB value is (255,60,46). Sum of RGB (Red+Green+Blue) = 255+60+46=361 (47% of max value = 765). Red value is 255 (100% from 255 or 70.64% from 361); Green value is 60 (23.83% from 255 or 16.62% from 361); Blue value is 46 (18.36% from 255 or 12.74% from 361); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3C2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3C2E is #00C3D1. Grayscale: #747474. Windows color (decimal): -50130 or 3030271. OLE color: 3030271.

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

Color convert

RGB 255 60 46 -
CMYK 0 0.76 0.82 0
HSL 4.02º 1% 0.59% -
HSV(B) 4.02º 0.82% 1% -
XYZ 43.35 24.69 5.07 -
YUV 116.71 88.1 226.64 -
System Red Green Blue C M Y K H S L
Decimal 255 60 46 0 0.76 0.82 0 4.02 1 0.59
Hex FF 3C 2E 0 4C 52 0 4 64 3B
Octal 377 74 56 0 114 122 0 4 144 73
Binary 11111111 111100 101110 0 1001100 1010010 0 100 1100100 111011

Color Harmonies of #FF3C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3C2E

Black with #FF3C2E

Text Example


Text Example

White with #FF3C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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