Html Css Color HEX #FF3029 Red Orange

📋 copy color: '#FF3029'

red 255 ◦ green 48 ◦ blue 41

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

Shades of Red Orange #FF3029

Tints of Red Orange #FF3029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.92%

R = 74.13%
G = 13.95%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF3029 (or 0xFF3029) is known color: Red Orange. HEX triplet: FF, 30 and 29. RGB value is (255,48,41). Sum of RGB (Red+Green+Blue) = 255+48+41=344 (45% of max value = 765). Red value is 255 (100% from 255 or 74.13% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 41 (16.41% from 255 or 11.92% from 344); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3029 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3029 is #00CFD6. Grayscale: #6D6D6D. Windows color (decimal): -53207 or 2699519. OLE color: 2699519.

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

Color convert

RGB 255 48 41 -
CMYK 0 0.81 0.84 0
HSL 1.96º 1% 0.58% -
HSV(B) 1.96º 0.84% 1% -
XYZ 42.7 23.53 4.39 -
YUV 109.1 89.58 232.07 -
System Red Green Blue C M Y K H S L
Decimal 255 48 41 0 0.81 0.84 0 1.96 1 0.58
Hex FF 30 29 0 51 54 0 2 64 3A
Octal 377 60 51 0 121 124 0 2 144 72
Binary 11111111 110000 101001 0 1010001 1010100 0 10 1100100 111010

Color Harmonies of #FF3029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3029

Black with #FF3029

Text Example


Text Example

White with #FF3029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3029; }

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

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

background-color css

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

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

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

border-color css

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

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

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