Html Css Color HEX #FF3D00 Orange Red

📋 copy color: '#FF3D00'

red 255 ◦ green 61 ◦ blue 0

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

Shades of Orange Red #FF3D00

Tints of Orange Red #FF3D00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.7%
G = 19.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FF3D00 (or 0xFF3D00) is known color: Orange Red. HEX triplet: FF, 3D and 00. RGB value is (255,61,0). Sum of RGB (Red+Green+Blue) = 255+61+0=316 (41% of max value = 765). Red value is 255 (100% from 255 or 80.70% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3D00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3D00 is #00C2FF. Grayscale: #707070. Windows color (decimal): -49920 or 15871. OLE color: 15871.

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

Color convert

RGB 255 61 0 -
CMYK 0 0.76 1 0
HSL 14.35º 1% 0.5% -
HSV(B) 14.35º 1% 1% -
XYZ 42.91 24.6 2.49 -
YUV 112.05 64.77 229.96 -
System Red Green Blue C M Y K H S L
Decimal 255 61 0 0 0.76 1 0 14.35 1 0.5
Hex FF 3D 0 0 4C 64 0 E 64 32
Octal 377 75 0 0 114 144 0 16 144 62
Binary 11111111 111101 0 0 1001100 1100100 0 1110 1100100 110010

Color Harmonies of #FF3D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3D00

Black with #FF3D00

Text Example


Text Example

White with #FF3D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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