Html Css Color HEX #FF3330 Red Orange

📋 copy color: '#FF3330'

red 255 ◦ green 51 ◦ blue 48

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

Shades of Red Orange #FF3330

Tints of Red Orange #FF3330

RGB

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

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

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

R = 72.03%
G = 14.41%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF3330 (or 0xFF3330) is known color: Red Orange. HEX triplet: FF, 33 and 30. RGB value is (255,51,48). Sum of RGB (Red+Green+Blue) = 255+51+48=354 (46% of max value = 765). Red value is 255 (100% from 255 or 72.03% from 354); Green value is 51 (20.31% from 255 or 14.41% from 354); Blue value is 48 (19.14% from 255 or 13.56% from 354); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3330 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3330 is #00CCCF. Grayscale: #6F6F6F. Windows color (decimal): -52432 or 3159039. OLE color: 3159039.

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

Color convert

RGB 255 51 48 -
CMYK 0 0.8 0.81 0
HSL 0.87º 1% 0.59% -
HSV(B) 0.87º 0.81% 1% -
XYZ 42.96 23.84 5.13 -
YUV 111.65 92.09 230.24 -
System Red Green Blue C M Y K H S L
Decimal 255 51 48 0 0.8 0.81 0 0.87 1 0.59
Hex FF 33 30 0 50 51 0 1 64 3B
Octal 377 63 60 0 120 121 0 1 144 73
Binary 11111111 110011 110000 0 1010000 1010001 0 1 1100100 111011

Color Harmonies of #FF3330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3330

Black with #FF3330

Text Example


Text Example

White with #FF3330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3330; }

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

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

background-color css

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

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

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

border-color css

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

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

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