Html Css Color HEX #FF451E Red Orange

📋 copy color: '#FF451E'

red 255 ◦ green 69 ◦ blue 30

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

Shades of Red Orange #FF451E

Tints of Red Orange #FF451E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.47%

R = 72.03%
G = 19.49%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF451E (or 0xFF451E) is known color: Red Orange. HEX triplet: FF, 45 and 1E. RGB value is (255,69,30). Sum of RGB (Red+Green+Blue) = 255+69+30=354 (46% of max value = 765). Red value is 255 (100% from 255 or 72.03% from 354); Green value is 69 (27.34% from 255 or 19.49% from 354); Blue value is 30 (12.11% from 255 or 8.47% from 354); Max value from RGB is 255 - color contains mainly: red. Hex color #FF451E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF451E is #00BAE1. Grayscale: #787878. Windows color (decimal): -47842 or 1983999. OLE color: 1983999.

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

Color convert

RGB 255 69 30 -
CMYK 0 0.73 0.88 0
HSL 10.4º 1% 0.56% -
HSV(B) 10.4º 0.88% 1% -
XYZ 43.6 25.61 3.87 -
YUV 120.17 77.12 224.17 -
System Red Green Blue C M Y K H S L
Decimal 255 69 30 0 0.73 0.88 0 10.4 1 0.56
Hex FF 45 1E 0 49 58 0 A 64 38
Octal 377 105 36 0 111 130 0 12 144 70
Binary 11111111 1000101 11110 0 1001001 1011000 0 1010 1100100 111000

Color Harmonies of #FF451E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF451E

Black with #FF451E

Text Example


Text Example

White with #FF451E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF451E; }

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

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

background-color css

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

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

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

border-color css

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

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

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