Html Css Color HEX #FF3024 Red Orange

📋 copy color: '#FF3024'

red 255 ◦ green 48 ◦ blue 36

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

Shades of Red Orange #FF3024

Tints of Red Orange #FF3024

RGB

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

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

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

R = 75.22%
G = 14.16%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0

RGB Variations

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

Color information

#FF3024 (or 0xFF3024) is known color: Red Orange. HEX triplet: FF, 30 and 24. RGB value is (255,48,36). Sum of RGB (Red+Green+Blue) = 255+48+36=339 (44% of max value = 765). Red value is 255 (100% from 255 or 75.22% from 339); Green value is 48 (19.14% from 255 or 14.16% from 339); Blue value is 36 (14.45% from 255 or 10.62% from 339); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3024 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3024 is #00CFDB. Grayscale: #6C6C6C. Windows color (decimal): -53212 or 2371839. OLE color: 2371839.

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

Color convert

RGB 255 48 36 -
CMYK 0 0.81 0.86 0
HSL 3.29º 1% 0.57% -
HSV(B) 3.29º 0.86% 1% -
XYZ 42.62 23.5 3.96 -
YUV 108.53 87.08 232.48 -
System Red Green Blue C M Y K H S L
Decimal 255 48 36 0 0.81 0.86 0 3.29 1 0.57
Hex FF 30 24 0 51 56 0 3 64 39
Octal 377 60 44 0 121 126 0 3 144 71
Binary 11111111 110000 100100 0 1010001 1010110 0 11 1100100 111001

Color Harmonies of #FF3024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3024

Black with #FF3024

Text Example


Text Example

White with #FF3024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3024; }

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

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

background-color css

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

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

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

border-color css

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

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

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