Html Css Color HEX #FF412C Red Orange

📋 copy color: '#FF412C'

red 255 ◦ green 65 ◦ blue 44

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

Shades of Red Orange #FF412C

Tints of Red Orange #FF412C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.09%

R = 70.05%
G = 17.86%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FF412C (or 0xFF412C) is known color: Red Orange. HEX triplet: FF, 41 and 2C. RGB value is (255,65,44). Sum of RGB (Red+Green+Blue) = 255+65+44=364 (48% of max value = 765). Red value is 255 (100% from 255 or 70.05% from 364); Green value is 65 (25.78% from 255 or 17.86% from 364); Blue value is 44 (17.58% from 255 or 12.09% from 364); Max value from RGB is 255 - color contains mainly: red. Hex color #FF412C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF412C is #00BED3. Grayscale: #777777. Windows color (decimal): -48852 or 2900479. OLE color: 2900479.

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

Color convert

RGB 255 65 44 -
CMYK 0 0.75 0.83 0
HSL 5.97º 1% 0.59% -
HSV(B) 5.97º 0.83% 1% -
XYZ 43.58 25.22 4.95 -
YUV 119.42 85.45 224.71 -
System Red Green Blue C M Y K H S L
Decimal 255 65 44 0 0.75 0.83 0 5.97 1 0.59
Hex FF 41 2C 0 4B 53 0 6 64 3B
Octal 377 101 54 0 113 123 0 6 144 73
Binary 11111111 1000001 101100 0 1001011 1010011 0 110 1100100 111011

Color Harmonies of #FF412C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF412C

Black with #FF412C

Text Example


Text Example

White with #FF412C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF412C; }

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

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

background-color css

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

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

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

border-color css

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

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

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