Html Css Color HEX #FF3429 Red Orange

📋 copy color: '#FF3429'

red 255 ◦ green 52 ◦ blue 41

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

Shades of Red Orange #FF3429

Tints of Red Orange #FF3429

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.94%

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

R = 73.28%
G = 14.94%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF3429 (or 0xFF3429) is known color: Red Orange. HEX triplet: FF, 34 and 29. RGB value is (255,52,41). Sum of RGB (Red+Green+Blue) = 255+52+41=348 (46% of max value = 765). Red value is 255 (100% from 255 or 73.28% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 41 (16.41% from 255 or 11.78% from 348); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3429 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3429 is #00CBD6. Grayscale: #6F6F6F. Windows color (decimal): -52183 or 2700543. OLE color: 2700543.

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

Color convert

RGB 255 52 41 -
CMYK 0 0.80 0.84 0
HSL 3.08º 1% 0.58% -
HSV(B) 3.08º 0.84% 1% -
XYZ 42.87 23.88 4.45 -
YUV 111.44 88.25 230.39 -
System Red Green Blue C M Y K H S L
Decimal 255 52 41 0 0.80 0.84 0 3.08 1 0.58
Hex FF 34 29 0 50 54 0 3 64 3A
Octal 377 64 51 0 120 124 0 3 144 72
Binary 11111111 110100 101001 0 1010000 1010100 0 11 1100100 111010

Color Harmonies of #FF3429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3429

Black with #FF3429

Text Example


Text Example

White with #FF3429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3429; }

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

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

background-color css

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

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

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

border-color css

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

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

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