Html Css Color HEX #FF4413 Orange Red

📋 copy color: '#FF4413'

red 255 ◦ green 68 ◦ blue 19

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

Shades of Orange Red #FF4413

Tints of Orange Red #FF4413

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.88%

 BLUE value IS 19 (7.81% from 255) = 5.56%

R = 74.56%
G = 19.88%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF4413 (or 0xFF4413) is known color: Orange Red. HEX triplet: FF, 44 and 13. RGB value is (255,68,19). Sum of RGB (Red+Green+Blue) = 255+68+19=342 (45% of max value = 765). Red value is 255 (100% from 255 or 74.56% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 19 (7.81% from 255 or 5.56% from 342); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4413 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4413 is #00BBEC. Grayscale: #767676. Windows color (decimal): -48109 or 1262847. OLE color: 1262847.

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

Color convert

RGB 255 68 19 -
CMYK 0 0.73 0.93 0
HSL 12.46º 1% 0.54% -
HSV(B) 12.46º 0.93% 1% -
XYZ 43.42 25.44 3.24 -
YUV 118.33 71.95 225.48 -
System Red Green Blue C M Y K H S L
Decimal 255 68 19 0 0.73 0.93 0 12.46 1 0.54
Hex FF 44 13 0 49 5D 0 C 64 36
Octal 377 104 23 0 111 135 0 14 144 66
Binary 11111111 1000100 10011 0 1001001 1011101 0 1100 1100100 110110

Color Harmonies of #FF4413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4413

Black with #FF4413

Text Example


Text Example

White with #FF4413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4413; }

 p { color: rgb(255,68,19); }

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

background-color css

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

 a { background-color: rgb(255,68,19); }

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

border-color css

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

 span { border-color: rgb(255,68,19); }

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