Html Css Color HEX #FF450F Orange Red

📋 copy color: '#FF450F'

red 255 ◦ green 69 ◦ blue 15

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

Shades of Orange Red #FF450F

Tints of Orange Red #FF450F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.35%

 BLUE value IS 15 (6.25% from 255) = 4.42%

R = 75.22%
G = 20.35%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF450F (or 0xFF450F) is known color: Orange Red. HEX triplet: FF, 45 and 0F. RGB value is (255,69,15). Sum of RGB (Red+Green+Blue) = 255+69+15=339 (44% of max value = 765). Red value is 255 (100% from 255 or 75.22% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 15 (6.25% from 255 or 4.42% from 339); Max value from RGB is 255 - color contains mainly: red. Hex color #FF450F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF450F is #00BAF0. Grayscale: #767676. Windows color (decimal): -47857 or 1000959. OLE color: 1000959.

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

Color convert

RGB 255 69 15 -
CMYK 0 0.73 0.94 0
HSL 13.5º 1% 0.53% -
HSV(B) 13.5º 0.94% 1% -
XYZ 43.45 25.55 3.09 -
YUV 118.46 69.62 225.39 -
System Red Green Blue C M Y K H S L
Decimal 255 69 15 0 0.73 0.94 0 13.5 1 0.53
Hex FF 45 F 0 49 5E 0 E 64 35
Octal 377 105 17 0 111 136 0 16 144 65
Binary 11111111 1000101 1111 0 1001001 1011110 0 1110 1100100 110101

Color Harmonies of #FF450F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF450F

Black with #FF450F

Text Example


Text Example

White with #FF450F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF450F; }

 p { color: rgb(255,69,15); }

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

background-color css

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

 a { background-color: rgb(255,69,15); }

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

border-color css

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

 span { border-color: rgb(255,69,15); }

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