Html Css Color HEX #FF3020 Red Orange

📋 copy color: '#FF3020'

red 255 ◦ green 48 ◦ blue 32

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

Shades of Red Orange #FF3020

Tints of Red Orange #FF3020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.55%

R = 76.12%
G = 14.33%
B = 9.55%

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

#FF3020 (or 0xFF3020) is known color: Red Orange. HEX triplet: FF, 30 and 20. RGB value is (255,48,32). Sum of RGB (Red+Green+Blue) = 255+48+32=335 (44% of max value = 765). Red value is 255 (100% from 255 or 76.12% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 32 (12.89% from 255 or 9.55% from 335); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3020 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3020 is #00CFDF. Grayscale: #6C6C6C. Windows color (decimal): -53216 or 2109695. OLE color: 2109695.

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

Color convert

RGB 255 48 32 -
CMYK 0 0.81 0.87 0
HSL 4.3º 1% 0.56% -
HSV(B) 4.3º 0.87% 1% -
XYZ 42.56 23.48 3.66 -
YUV 108.07 85.08 232.8 -
System Red Green Blue C M Y K H S L
Decimal 255 48 32 0 0.81 0.87 0 4.3 1 0.56
Hex FF 30 20 0 51 57 0 4 64 38
Octal 377 60 40 0 121 127 0 4 144 70
Binary 11111111 110000 100000 0 1010001 1010111 0 100 1100100 111000

Color Harmonies of #FF3020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3020

Black with #FF3020

Text Example


Text Example

White with #FF3020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3020; }

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

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

background-color css

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

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

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

border-color css

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

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

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