Html Css Color HEX #FF301D Red Orange

📋 copy color: '#FF301D'

red 255 ◦ green 48 ◦ blue 29

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

Shades of Red Orange #FF301D

Tints of Red Orange #FF301D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.73%

R = 76.81%
G = 14.46%
B = 8.73%

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

#FF301D (or 0xFF301D) is known color: Red Orange. HEX triplet: FF, 30 and 1D. RGB value is (255,48,29). Sum of RGB (Red+Green+Blue) = 255+48+29=332 (43% of max value = 765). Red value is 255 (100% from 255 or 76.81% from 332); Green value is 48 (19.14% from 255 or 14.46% from 332); Blue value is 29 (11.72% from 255 or 8.73% from 332); Max value from RGB is 255 - color contains mainly: red. Hex color #FF301D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF301D is #00CFE2. Grayscale: #6C6C6C. Windows color (decimal): -53219 or 1913087. OLE color: 1913087.

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

Color convert

RGB 255 48 29 -
CMYK 0 0.81 0.89 0
HSL 5.04º 1% 0.56% -
HSV(B) 5.04º 0.89% 1% -
XYZ 42.52 23.46 3.45 -
YUV 107.73 83.58 233.04 -
System Red Green Blue C M Y K H S L
Decimal 255 48 29 0 0.81 0.89 0 5.04 1 0.56
Hex FF 30 1D 0 51 59 0 5 64 38
Octal 377 60 35 0 121 131 0 5 144 70
Binary 11111111 110000 11101 0 1010001 1011001 0 101 1100100 111000

Color Harmonies of #FF301D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF301D

Black with #FF301D

Text Example


Text Example

White with #FF301D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF301D; }

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

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

background-color css

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

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

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

border-color css

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

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

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