Html Css Color HEX #FF4211 Orange Red

📋 copy color: '#FF4211'

red 255 ◦ green 66 ◦ blue 17

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

Shades of Orange Red #FF4211

Tints of Orange Red #FF4211

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.53%

 BLUE value IS 17 (7.03% from 255) = 5.03%

R = 75.44%
G = 19.53%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF4211 (or 0xFF4211) is known color: Orange Red. HEX triplet: FF, 42 and 11. RGB value is (255,66,17). Sum of RGB (Red+Green+Blue) = 255+66+17=338 (44% of max value = 765). Red value is 255 (100% from 255 or 75.44% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 17 (7.03% from 255 or 5.03% from 338); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4211 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4211 is #00BDEE. Grayscale: #757575. Windows color (decimal): -48623 or 1131263. OLE color: 1131263.

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

Color convert

RGB 255 66 17 -
CMYK 0 0.74 0.93 0
HSL 12.35º 1% 0.53% -
HSV(B) 12.35º 0.93% 1% -
XYZ 43.29 25.2 3.11 -
YUV 116.93 71.62 226.48 -
System Red Green Blue C M Y K H S L
Decimal 255 66 17 0 0.74 0.93 0 12.35 1 0.53
Hex FF 42 11 0 4A 5D 0 C 64 35
Octal 377 102 21 0 112 135 0 14 144 65
Binary 11111111 1000010 10001 0 1001010 1011101 0 1100 1100100 110101

Color Harmonies of #FF4211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4211

Black with #FF4211

Text Example


Text Example

White with #FF4211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4211; }

 p { color: rgb(255,66,17); }

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

background-color css

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

 a { background-color: rgb(255,66,17); }

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

border-color css

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

 span { border-color: rgb(255,66,17); }

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