Html Css Color HEX #FF442E Red Orange

📋 copy color: '#FF442E'

red 255 ◦ green 68 ◦ blue 46

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

Shades of Red Orange #FF442E

Tints of Red Orange #FF442E

RGB

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

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

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

R = 69.11%
G = 18.43%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FF442E (or 0xFF442E) is known color: Red Orange. HEX triplet: FF, 44 and 2E. RGB value is (255,68,46). Sum of RGB (Red+Green+Blue) = 255+68+46=369 (48% of max value = 765). Red value is 255 (100% from 255 or 69.11% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 46 (18.36% from 255 or 12.47% from 369); Max value from RGB is 255 - color contains mainly: red. Hex color #FF442E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF442E is #00BBD1. Grayscale: #797979. Windows color (decimal): -48082 or 3032319. OLE color: 3032319.

HSL color Cylindrical-coordinate representation of color #FF442E: hue angle of 6.32º 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 #FF442E is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.

Color convert

RGB 255 68 46 -
CMYK 0 0.73 0.82 0
HSL 6.32º 1% 0.59% -
HSV(B) 6.32º 0.82% 1% -
XYZ 43.8 25.59 5.22 -
YUV 121.41 85.45 223.29 -
System Red Green Blue C M Y K H S L
Decimal 255 68 46 0 0.73 0.82 0 6.32 1 0.59
Hex FF 44 2E 0 49 52 0 6 64 3B
Octal 377 104 56 0 111 122 0 6 144 73
Binary 11111111 1000100 101110 0 1001001 1010010 0 110 1100100 111011

Color Harmonies of #FF442E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF442E

Black with #FF442E

Text Example


Text Example

White with #FF442E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF442E; }

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

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

background-color css

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

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

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

border-color css

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

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

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