Html Css Color HEX #FF3427 Red Orange

📋 copy color: '#FF3427'

red 255 ◦ green 52 ◦ blue 39

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

Shades of Red Orange #FF3427

Tints of Red Orange #FF3427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.27%

R = 73.7%
G = 15.03%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FF3427 (or 0xFF3427) is known color: Red Orange. HEX triplet: FF, 34 and 27. RGB value is (255,52,39). Sum of RGB (Red+Green+Blue) = 255+52+39=346 (45% of max value = 765). Red value is 255 (100% from 255 or 73.70% from 346); Green value is 52 (20.70% from 255 or 15.03% from 346); Blue value is 39 (15.62% from 255 or 11.27% from 346); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3427 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3427 is #00CBD8. Grayscale: #6F6F6F. Windows color (decimal): -52185 or 2569471. OLE color: 2569471.

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

Color convert

RGB 255 52 39 -
CMYK 0 0.80 0.85 0
HSL 3.61º 1% 0.58% -
HSV(B) 3.61º 0.85% 1% -
XYZ 42.83 23.86 4.27 -
YUV 111.22 87.25 230.56 -
System Red Green Blue C M Y K H S L
Decimal 255 52 39 0 0.80 0.85 0 3.61 1 0.58
Hex FF 34 27 0 50 55 0 4 64 3A
Octal 377 64 47 0 120 125 0 4 144 72
Binary 11111111 110100 100111 0 1010000 1010101 0 100 1100100 111010

Color Harmonies of #FF3427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3427

Black with #FF3427

Text Example


Text Example

White with #FF3427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3427; }

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

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

background-color css

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

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

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

border-color css

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

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

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