Html Css Color HEX #FF410D Orange Red

📋 copy color: '#FF410D'

red 255 ◦ green 65 ◦ blue 13

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

Shades of Orange Red #FF410D

Tints of Orange Red #FF410D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.52%

 BLUE value IS 13 (5.47% from 255) = 3.9%

R = 76.58%
G = 19.52%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF410D (or 0xFF410D) is known color: Orange Red. HEX triplet: FF, 41 and 0D. RGB value is (255,65,13). Sum of RGB (Red+Green+Blue) = 255+65+13=333 (44% of max value = 765). Red value is 255 (100% from 255 or 76.58% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 13 (5.47% from 255 or 3.90% from 333); Max value from RGB is 255 - color contains mainly: red. Hex color #FF410D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF410D is #00BEF2. Grayscale: #747474. Windows color (decimal): -48883 or 868863. OLE color: 868863.

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

Color convert

RGB 255 65 13 -
CMYK 0 0.75 0.95 0
HSL 12.89º 1% 0.53% -
HSV(B) 12.89º 0.95% 1% -
XYZ 43.2 25.07 2.94 -
YUV 115.88 69.95 227.23 -
System Red Green Blue C M Y K H S L
Decimal 255 65 13 0 0.75 0.95 0 12.89 1 0.53
Hex FF 41 D 0 4B 5F 0 D 64 35
Octal 377 101 15 0 113 137 0 15 144 65
Binary 11111111 1000001 1101 0 1001011 1011111 0 1101 1100100 110101

Color Harmonies of #FF410D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF410D

Black with #FF410D

Text Example


Text Example

White with #FF410D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF410D; }

 p { color: rgb(255,65,13); }

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

background-color css

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

 a { background-color: rgb(255,65,13); }

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

border-color css

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

 span { border-color: rgb(255,65,13); }

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