Html Css Color HEX #FF3D34 Red Orange

📋 copy color: '#FF3D34'

red 255 ◦ green 61 ◦ blue 52

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

Shades of Red Orange #FF3D34

Tints of Red Orange #FF3D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.13%

R = 69.29%
G = 16.58%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0

RGB Variations

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

Color information

#FF3D34 (or 0xFF3D34) is known color: Red Orange. HEX triplet: FF, 3D and 34. RGB value is (255,61,52). Sum of RGB (Red+Green+Blue) = 255+61+52=368 (48% of max value = 765). Red value is 255 (100% from 255 or 69.29% from 368); Green value is 61 (24.22% from 255 or 16.58% from 368); Blue value is 52 (20.70% from 255 or 14.13% from 368); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3D34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3D34 is #00C2CB. Grayscale: #767676. Windows color (decimal): -49868 or 3423743. OLE color: 3423743.

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

Color convert

RGB 255 61 52 -
CMYK 0 0.76 0.80 0
HSL 2.66º 1% 0.6% -
HSV(B) 2.66º 0.8% 1% -
XYZ 43.53 24.85 5.75 -
YUV 117.98 90.77 225.73 -
System Red Green Blue C M Y K H S L
Decimal 255 61 52 0 0.76 0.80 0 2.66 1 0.6
Hex FF 3D 34 0 4C 50 0 3 64 3C
Octal 377 75 64 0 114 120 0 3 144 74
Binary 11111111 111101 110100 0 1001100 1010000 0 11 1100100 111100

Color Harmonies of #FF3D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3D34

Black with #FF3D34

Text Example


Text Example

White with #FF3D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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