Html Css Color HEX #FF301C Red Orange

📋 copy color: '#FF301C'

red 255 ◦ green 48 ◦ blue 28

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

Shades of Red Orange #FF301C

Tints of Red Orange #FF301C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.46%

R = 77.04%
G = 14.5%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF301C (or 0xFF301C) is known color: Red Orange. HEX triplet: FF, 30 and 1C. RGB value is (255,48,28). Sum of RGB (Red+Green+Blue) = 255+48+28=331 (43% of max value = 765). Red value is 255 (100% from 255 or 77.04% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 28 (11.33% from 255 or 8.46% from 331); Max value from RGB is 255 - color contains mainly: red. Hex color #FF301C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF301C is #00CFE3. Grayscale: #6B6B6B. Windows color (decimal): -53220 or 1847551. OLE color: 1847551.

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

Color convert

RGB 255 48 28 -
CMYK 0 0.81 0.89 0
HSL 5.29º 1% 0.55% -
HSV(B) 5.29º 0.89% 1% -
XYZ 42.51 23.46 3.39 -
YUV 107.61 83.08 233.13 -
System Red Green Blue C M Y K H S L
Decimal 255 48 28 0 0.81 0.89 0 5.29 1 0.55
Hex FF 30 1C 0 51 59 0 5 64 37
Octal 377 60 34 0 121 131 0 5 144 67
Binary 11111111 110000 11100 0 1010001 1011001 0 101 1100100 110111

Color Harmonies of #FF301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF301C

Black with #FF301C

Text Example


Text Example

White with #FF301C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF301C; }

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

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

background-color css

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

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

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

border-color css

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

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

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