Html Css Color HEX #FF3021 Red Orange

📋 copy color: '#FF3021'

red 255 ◦ green 48 ◦ blue 33

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

Shades of Red Orange #FF3021

Tints of Red Orange #FF3021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.82%

R = 75.89%
G = 14.29%
B = 9.82%

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

#FF3021 (or 0xFF3021) is known color: Red Orange. HEX triplet: FF, 30 and 21. RGB value is (255,48,33). Sum of RGB (Red+Green+Blue) = 255+48+33=336 (44% of max value = 765). Red value is 255 (100% from 255 or 75.89% from 336); Green value is 48 (19.14% from 255 or 14.29% from 336); Blue value is 33 (13.28% from 255 or 9.82% from 336); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3021 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3021 is #00CFDE. Grayscale: #6C6C6C. Windows color (decimal): -53215 or 2175231. OLE color: 2175231.

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

Color convert

RGB 255 48 33 -
CMYK 0 0.81 0.87 0
HSL 4.05º 1% 0.56% -
HSV(B) 4.05º 0.87% 1% -
XYZ 42.57 23.48 3.73 -
YUV 108.18 85.58 232.72 -
System Red Green Blue C M Y K H S L
Decimal 255 48 33 0 0.81 0.87 0 4.05 1 0.56
Hex FF 30 21 0 51 57 0 4 64 38
Octal 377 60 41 0 121 127 0 4 144 70
Binary 11111111 110000 100001 0 1010001 1010111 0 100 1100100 111000

Color Harmonies of #FF3021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3021

Black with #FF3021

Text Example


Text Example

White with #FF3021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3021; }

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

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

background-color css

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

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

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

border-color css

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

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

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