Html Css Color HEX #FF3705 Orange Red

📋 copy color: '#FF3705'

red 255 ◦ green 55 ◦ blue 5

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

Shades of Orange Red #FF3705

Tints of Orange Red #FF3705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.59%

R = 80.95%
G = 17.46%
B = 1.59%

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

#FF3705 (or 0xFF3705) is known color: Orange Red. HEX triplet: FF, 37 and 05. RGB value is (255,55,5). Sum of RGB (Red+Green+Blue) = 255+55+5=315 (41% of max value = 765). Red value is 255 (100% from 255 or 80.95% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 5 (2.34% from 255 or 1.59% from 315); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3705 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3705 is #00C8FA. Grayscale: #6D6D6D. Windows color (decimal): -51451 or 342015. OLE color: 342015.

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

Color convert

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

Color Harmonies of #FF3705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3705

Black with #FF3705

Text Example


Text Example

White with #FF3705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3705; }

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

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

background-color css

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

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

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

border-color css

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

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

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