Html Css Color HEX #FF442C Red Orange

📋 copy color: '#FF442C'

red 255 ◦ green 68 ◦ blue 44

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

Shades of Red Orange #FF442C

Tints of Red Orange #FF442C

RGB

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

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

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

R = 69.48%
G = 18.53%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FF442C (or 0xFF442C) is known color: Red Orange. HEX triplet: FF, 44 and 2C. RGB value is (255,68,44). Sum of RGB (Red+Green+Blue) = 255+68+44=367 (48% of max value = 765). Red value is 255 (100% from 255 or 69.48% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 44 (17.58% from 255 or 11.99% from 367); Max value from RGB is 255 - color contains mainly: red. Hex color #FF442C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF442C is #00BBD3. Grayscale: #797979. Windows color (decimal): -48084 or 2901247. OLE color: 2901247.

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

Color convert

RGB 255 68 44 -
CMYK 0 0.73 0.83 0
HSL 6.82º 1% 0.59% -
HSV(B) 6.82º 0.83% 1% -
XYZ 43.76 25.58 5.01 -
YUV 121.18 84.45 223.45 -
System Red Green Blue C M Y K H S L
Decimal 255 68 44 0 0.73 0.83 0 6.82 1 0.59
Hex FF 44 2C 0 49 53 0 7 64 3B
Octal 377 104 54 0 111 123 0 7 144 73
Binary 11111111 1000100 101100 0 1001001 1010011 0 111 1100100 111011

Color Harmonies of #FF442C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF442C

Black with #FF442C

Text Example


Text Example

White with #FF442C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF442C; }

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

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

background-color css

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

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

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

border-color css

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

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

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