Html Css Color HEX #FF451F Red Orange

📋 copy color: '#FF451F'

red 255 ◦ green 69 ◦ blue 31

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

Shades of Red Orange #FF451F

Tints of Red Orange #FF451F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.73%

R = 71.83%
G = 19.44%
B = 8.73%

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

#FF451F (or 0xFF451F) is known color: Red Orange. HEX triplet: FF, 45 and 1F. RGB value is (255,69,31). Sum of RGB (Red+Green+Blue) = 255+69+31=355 (47% of max value = 765). Red value is 255 (100% from 255 or 71.83% from 355); Green value is 69 (27.34% from 255 or 19.44% from 355); Blue value is 31 (12.5% from 255 or 8.73% from 355); Max value from RGB is 255 - color contains mainly: red. Hex color #FF451F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF451F is #00BAE0. Grayscale: #787878. Windows color (decimal): -47841 or 2049535. OLE color: 2049535.

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

Color convert

RGB 255 69 31 -
CMYK 0 0.73 0.88 0
HSL 10.18º 1% 0.56% -
HSV(B) 10.18º 0.88% 1% -
XYZ 43.62 25.62 3.94 -
YUV 120.28 77.62 224.09 -
System Red Green Blue C M Y K H S L
Decimal 255 69 31 0 0.73 0.88 0 10.18 1 0.56
Hex FF 45 1F 0 49 58 0 A 64 38
Octal 377 105 37 0 111 130 0 12 144 70
Binary 11111111 1000101 11111 0 1001001 1011000 0 1010 1100100 111000

Color Harmonies of #FF451F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF451F

Black with #FF451F

Text Example


Text Example

White with #FF451F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF451F; }

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

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

background-color css

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

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

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

border-color css

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

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

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