Html Css Color HEX #FF3F34 Red Orange

📋 copy color: '#FF3F34'

red 255 ◦ green 63 ◦ blue 52

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

Shades of Red Orange #FF3F34

Tints of Red Orange #FF3F34

RGB

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

 GREEN value IS 63 (25% from 255) = 17.03%

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

R = 68.92%
G = 17.03%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0

RGB Variations

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

Color information

#FF3F34 (or 0xFF3F34) is known color: Red Orange. HEX triplet: FF, 3F and 34. RGB value is (255,63,52). Sum of RGB (Red+Green+Blue) = 255+63+52=370 (49% of max value = 765). Red value is 255 (100% from 255 or 68.92% from 370); Green value is 63 (25% from 255 or 17.03% from 370); Blue value is 52 (20.70% from 255 or 14.05% from 370); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3F34 is #00C0CB. Grayscale: #777777. Windows color (decimal): -49356 or 3424255. OLE color: 3424255.

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

Color convert

RGB 255 63 52 -
CMYK 0 0.75 0.80 0
HSL 3.25º 1% 0.6% -
HSV(B) 3.25º 0.8% 1% -
XYZ 43.64 25.06 5.79 -
YUV 119.15 90.11 224.89 -
System Red Green Blue C M Y K H S L
Decimal 255 63 52 0 0.75 0.80 0 3.25 1 0.6
Hex FF 3F 34 0 4B 50 0 3 64 3C
Octal 377 77 64 0 113 120 0 3 144 74
Binary 11111111 111111 110100 0 1001011 1010000 0 11 1100100 111100

Color Harmonies of #FF3F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3F34

Black with #FF3F34

Text Example


Text Example

White with #FF3F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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