Html Css Color HEX #FF3022 Red Orange

📋 copy color: '#FF3022'

red 255 ◦ green 48 ◦ blue 34

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

Shades of Red Orange #FF3022

Tints of Red Orange #FF3022

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.24%

 BLUE value IS 34 (13.67% from 255) = 10.09%

R = 75.67%
G = 14.24%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FF3022 (or 0xFF3022) is known color: Red Orange. HEX triplet: FF, 30 and 22. RGB value is (255,48,34). Sum of RGB (Red+Green+Blue) = 255+48+34=337 (44% of max value = 765). Red value is 255 (100% from 255 or 75.67% from 337); Green value is 48 (19.14% from 255 or 14.24% from 337); Blue value is 34 (13.67% from 255 or 10.09% from 337); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3022 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3022 is #00CFDD. Grayscale: #6C6C6C. Windows color (decimal): -53214 or 2240767. OLE color: 2240767.

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

Color convert

RGB 255 48 34 -
CMYK 0 0.81 0.87 0
HSL 3.8º 1% 0.57% -
HSV(B) 3.8º 0.87% 1% -
XYZ 42.59 23.49 3.8 -
YUV 108.3 86.08 232.64 -
System Red Green Blue C M Y K H S L
Decimal 255 48 34 0 0.81 0.87 0 3.8 1 0.57
Hex FF 30 22 0 51 57 0 4 64 39
Octal 377 60 42 0 121 127 0 4 144 71
Binary 11111111 110000 100010 0 1010001 1010111 0 100 1100100 111001

Color Harmonies of #FF3022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3022

Black with #FF3022

Text Example


Text Example

White with #FF3022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3022; }

 p { color: rgb(255,48,34); }

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

background-color css

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

 a { background-color: rgb(255,48,34); }

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

border-color css

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

 span { border-color: rgb(255,48,34); }

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