Html Css Color HEX #FF3230 Red Orange

📋 copy color: '#FF3230'

red 255 ◦ green 50 ◦ blue 48

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

Shades of Red Orange #FF3230

Tints of Red Orange #FF3230

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.16%

 BLUE value IS 48 (19.14% from 255) = 13.6%

R = 72.24%
G = 14.16%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF3230 (or 0xFF3230) is known color: Red Orange. HEX triplet: FF, 32 and 30. RGB value is (255,50,48). Sum of RGB (Red+Green+Blue) = 255+50+48=353 (46% of max value = 765). Red value is 255 (100% from 255 or 72.24% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 48 (19.14% from 255 or 13.60% from 353); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3230 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3230 is #00CDCF. Grayscale: #6F6F6F. Windows color (decimal): -52688 or 3158783. OLE color: 3158783.

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

Color convert

RGB 255 50 48 -
CMYK 0 0.80 0.81 0
HSL 0.58º 1% 0.59% -
HSV(B) 0.58º 0.81% 1% -
XYZ 42.91 23.75 5.12 -
YUV 111.07 92.42 230.66 -
System Red Green Blue C M Y K H S L
Decimal 255 50 48 0 0.80 0.81 0 0.58 1 0.59
Hex FF 32 30 0 50 51 0 1 64 3B
Octal 377 62 60 0 120 121 0 1 144 73
Binary 11111111 110010 110000 0 1010000 1010001 0 1 1100100 111011

Color Harmonies of #FF3230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3230

Black with #FF3230

Text Example


Text Example

White with #FF3230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3230; }

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

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

background-color css

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

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

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

border-color css

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

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

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