Html Css Color HEX #FF3D1C Red Orange

📋 copy color: '#FF3D1C'

red 255 ◦ green 61 ◦ blue 28

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

Shades of Red Orange #FF3D1C

Tints of Red Orange #FF3D1C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.73%

 BLUE value IS 28 (11.33% from 255) = 8.14%

R = 74.13%
G = 17.73%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF3D1C (or 0xFF3D1C) is known color: Red Orange. HEX triplet: FF, 3D and 1C. RGB value is (255,61,28). Sum of RGB (Red+Green+Blue) = 255+61+28=344 (45% of max value = 765). Red value is 255 (100% from 255 or 74.13% from 344); Green value is 61 (24.22% from 255 or 17.73% from 344); Blue value is 28 (11.33% from 255 or 8.14% from 344); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3D1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3D1C is #00C2E3. Grayscale: #737373. Windows color (decimal): -49892 or 1850879. OLE color: 1850879.

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

Color convert

RGB 255 61 28 -
CMYK 0 0.76 0.89 0
HSL 8.72º 1% 0.55% -
HSV(B) 8.72º 0.89% 1% -
XYZ 43.12 24.68 3.59 -
YUV 115.24 78.77 227.68 -
System Red Green Blue C M Y K H S L
Decimal 255 61 28 0 0.76 0.89 0 8.72 1 0.55
Hex FF 3D 1C 0 4C 59 0 9 64 37
Octal 377 75 34 0 114 131 0 11 144 67
Binary 11111111 111101 11100 0 1001100 1011001 0 1001 1100100 110111

Color Harmonies of #FF3D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3D1C

Black with #FF3D1C

Text Example


Text Example

White with #FF3D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3D1C; }

 p { color: rgb(255,61,28); }

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

background-color css

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

 a { background-color: rgb(255,61,28); }

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

border-color css

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

 span { border-color: rgb(255,61,28); }

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