Html Css Color HEX #FF3704 Orange Red

📋 copy color: '#FF3704'

red 255 ◦ green 55 ◦ blue 4

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

Shades of Orange Red #FF3704

Tints of Orange Red #FF3704

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.52%

 BLUE value IS 4 (1.95% from 255) = 1.27%

R = 81.21%
G = 17.52%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF3704 (or 0xFF3704) is known color: Orange Red. HEX triplet: FF, 37 and 04. RGB value is (255,55,4). Sum of RGB (Red+Green+Blue) = 255+55+4=314 (41% of max value = 765). Red value is 255 (100% from 255 or 81.21% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 4 (1.95% from 255 or 1.27% from 314); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3704 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3704 is #00C8FB. Grayscale: #6D6D6D. Windows color (decimal): -51452 or 276479. OLE color: 276479.

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

Color convert

RGB 255 55 4 -
CMYK 0 0.78 0.98 0
HSL 12.19º 1% 0.51% -
HSV(B) 12.19º 0.98% 1% -
XYZ 42.63 24 2.5 -
YUV 108.99 68.76 232.15 -
System Red Green Blue C M Y K H S L
Decimal 255 55 4 0 0.78 0.98 0 12.19 1 0.51
Hex FF 37 4 0 4E 62 0 C 64 33
Octal 377 67 4 0 116 142 0 14 144 63
Binary 11111111 110111 100 0 1001110 1100010 0 1100 1100100 110011

Color Harmonies of #FF3704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3704

Black with #FF3704

Text Example


Text Example

White with #FF3704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3704; }

 p { color: rgb(255,55,4); }

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

background-color css

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

 a { background-color: rgb(255,55,4); }

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

border-color css

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

 span { border-color: rgb(255,55,4); }

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