Html Css Color HEX #FF301E Red Orange

📋 copy color: '#FF301E'

red 255 ◦ green 48 ◦ blue 30

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

Shades of Red Orange #FF301E

Tints of Red Orange #FF301E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.41%

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

R = 76.58%
G = 14.41%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF301E (or 0xFF301E) is known color: Red Orange. HEX triplet: FF, 30 and 1E. RGB value is (255,48,30). Sum of RGB (Red+Green+Blue) = 255+48+30=333 (44% of max value = 765). Red value is 255 (100% from 255 or 76.58% from 333); Green value is 48 (19.14% from 255 or 14.41% from 333); Blue value is 30 (12.11% from 255 or 9.01% from 333); Max value from RGB is 255 - color contains mainly: red. Hex color #FF301E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF301E is #00CFE1. Grayscale: #6C6C6C. Windows color (decimal): -53218 or 1978623. OLE color: 1978623.

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

Color convert

RGB 255 48 30 -
CMYK 0 0.81 0.88 0
HSL 4.8º 1% 0.56% -
HSV(B) 4.8º 0.88% 1% -
XYZ 42.53 23.47 3.52 -
YUV 107.84 84.08 232.96 -
System Red Green Blue C M Y K H S L
Decimal 255 48 30 0 0.81 0.88 0 4.8 1 0.56
Hex FF 30 1E 0 51 58 0 5 64 38
Octal 377 60 36 0 121 130 0 5 144 70
Binary 11111111 110000 11110 0 1010001 1011000 0 101 1100100 111000

Color Harmonies of #FF301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF301E

Black with #FF301E

Text Example


Text Example

White with #FF301E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF301E; }

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

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

background-color css

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

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

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

border-color css

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

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

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