Html Css Color HEX #FF3530 Red Orange

📋 copy color: '#FF3530'

red 255 ◦ green 53 ◦ blue 48

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

Shades of Red Orange #FF3530

Tints of Red Orange #FF3530

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.89%

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

R = 71.63%
G = 14.89%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF3530 (or 0xFF3530) is known color: Red Orange. HEX triplet: FF, 35 and 30. RGB value is (255,53,48). Sum of RGB (Red+Green+Blue) = 255+53+48=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 53 (21.09% from 255 or 14.89% from 356); Blue value is 48 (19.14% from 255 or 13.48% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3530 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3530 is #00CACF. Grayscale: #717171. Windows color (decimal): -51920 or 3159551. OLE color: 3159551.

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

Color convert

RGB 255 53 48 -
CMYK 0 0.79 0.81 0
HSL 1.45º 1% 0.59% -
HSV(B) 1.45º 0.81% 1% -
XYZ 43.05 24.02 5.16 -
YUV 112.83 91.42 229.41 -
System Red Green Blue C M Y K H S L
Decimal 255 53 48 0 0.79 0.81 0 1.45 1 0.59
Hex FF 35 30 0 4F 51 0 1 64 3B
Octal 377 65 60 0 117 121 0 1 144 73
Binary 11111111 110101 110000 0 1001111 1010001 0 1 1100100 111011

Color Harmonies of #FF3530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3530

Black with #FF3530

Text Example


Text Example

White with #FF3530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3530; }

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

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

background-color css

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

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

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

border-color css

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

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

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