Html Css Color HEX #FF3324 Red Orange

📋 copy color: '#FF3324'

red 255 ◦ green 51 ◦ blue 36

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

Shades of Red Orange #FF3324

Tints of Red Orange #FF3324

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.91%

 BLUE value IS 36 (14.45% from 255) = 10.53%

R = 74.56%
G = 14.91%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.86

 K value IS 0

RGB Variations

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

Color information

#FF3324 (or 0xFF3324) is known color: Red Orange. HEX triplet: FF, 33 and 24. RGB value is (255,51,36). Sum of RGB (Red+Green+Blue) = 255+51+36=342 (45% of max value = 765). Red value is 255 (100% from 255 or 74.56% from 342); Green value is 51 (20.31% from 255 or 14.91% from 342); Blue value is 36 (14.45% from 255 or 10.53% from 342); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3324 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3324 is #00CCDB. Grayscale: #6E6E6E. Windows color (decimal): -52444 or 2372607. OLE color: 2372607.

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

Color convert

RGB 255 51 36 -
CMYK 0 0.8 0.86 0
HSL 4.11º 1% 0.57% -
HSV(B) 4.11º 0.86% 1% -
XYZ 42.74 23.76 4 -
YUV 110.29 86.09 231.22 -
System Red Green Blue C M Y K H S L
Decimal 255 51 36 0 0.8 0.86 0 4.11 1 0.57
Hex FF 33 24 0 50 56 0 4 64 39
Octal 377 63 44 0 120 126 0 4 144 71
Binary 11111111 110011 100100 0 1010000 1010110 0 100 1100100 111001

Color Harmonies of #FF3324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3324

Black with #FF3324

Text Example


Text Example

White with #FF3324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3324; }

 p { color: rgb(255,51,36); }

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

background-color css

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

 a { background-color: rgb(255,51,36); }

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

border-color css

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

 span { border-color: rgb(255,51,36); }

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