Html Css Color HEX #FF3D2C Red Orange

📋 copy color: '#FF3D2C'

red 255 ◦ green 61 ◦ blue 44

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

Shades of Red Orange #FF3D2C

Tints of Red Orange #FF3D2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.22%

R = 70.83%
G = 16.94%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FF3D2C (or 0xFF3D2C) is known color: Red Orange. HEX triplet: FF, 3D and 2C. RGB value is (255,61,44). Sum of RGB (Red+Green+Blue) = 255+61+44=360 (47% of max value = 765). Red value is 255 (100% from 255 or 70.83% from 360); Green value is 61 (24.22% from 255 or 16.94% from 360); Blue value is 44 (17.58% from 255 or 12.22% from 360); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3D2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3D2C is #00C2D3. Grayscale: #757575. Windows color (decimal): -49876 or 2899455. OLE color: 2899455.

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

Color convert

RGB 255 61 44 -
CMYK 0 0.76 0.83 0
HSL 4.83º 1% 0.59% -
HSV(B) 4.83º 0.83% 1% -
XYZ 43.36 24.78 4.88 -
YUV 117.07 86.77 226.38 -
System Red Green Blue C M Y K H S L
Decimal 255 61 44 0 0.76 0.83 0 4.83 1 0.59
Hex FF 3D 2C 0 4C 53 0 5 64 3B
Octal 377 75 54 0 114 123 0 5 144 73
Binary 11111111 111101 101100 0 1001100 1010011 0 101 1100100 111011

Color Harmonies of #FF3D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3D2C

Black with #FF3D2C

Text Example


Text Example

White with #FF3D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3D2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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