Html Css Color HEX #FF412E Red Orange

📋 copy color: '#FF412E'

red 255 ◦ green 65 ◦ blue 46

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

Shades of Red Orange #FF412E

Tints of Red Orange #FF412E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.57%

R = 69.67%
G = 17.76%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FF412E (or 0xFF412E) is known color: Red Orange. HEX triplet: FF, 41 and 2E. RGB value is (255,65,46). Sum of RGB (Red+Green+Blue) = 255+65+46=366 (48% of max value = 765). Red value is 255 (100% from 255 or 69.67% from 366); Green value is 65 (25.78% from 255 or 17.76% from 366); Blue value is 46 (18.36% from 255 or 12.57% from 366); Max value from RGB is 255 - color contains mainly: red. Hex color #FF412E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF412E is #00BED1. Grayscale: #777777. Windows color (decimal): -48850 or 3031551. OLE color: 3031551.

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

Color convert

RGB 255 65 46 -
CMYK 0 0.75 0.82 0
HSL 5.45º 1% 0.59% -
HSV(B) 5.45º 0.82% 1% -
XYZ 43.62 25.24 5.16 -
YUV 119.64 86.45 224.54 -
System Red Green Blue C M Y K H S L
Decimal 255 65 46 0 0.75 0.82 0 5.45 1 0.59
Hex FF 41 2E 0 4B 52 0 5 64 3B
Octal 377 101 56 0 113 122 0 5 144 73
Binary 11111111 1000001 101110 0 1001011 1010010 0 101 1100100 111011

Color Harmonies of #FF412E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF412E

Black with #FF412E

Text Example


Text Example

White with #FF412E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF412E; }

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

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

background-color css

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

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

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

border-color css

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

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

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