Html Css Color HEX #FF3300 Scarlet

📋 copy color: '#FF3300'

red 255 ◦ green 51 ◦ blue 0

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

Shades of Scarlet #FF3300

Tints of Scarlet #FF3300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.33%
G = 16.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FF3300 (or 0xFF3300) is known color: Scarlet. HEX triplet: FF, 33 and 00. RGB value is (255,51,0). Sum of RGB (Red+Green+Blue) = 255+51+0=306 (40% of max value = 765). Red value is 255 (100% from 255 or 83.33% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3300 is a web safe color. Inversed color of #FF3300 is #00CCFF. Grayscale: #6A6A6A. Windows color (decimal): -52480 or 13311. OLE color: 13311.

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

Color convert

RGB 255 51 0 -
CMYK 0 0.8 1 0
HSL 12º 1% 0.5% -
HSV(B) 12º 1% 1% -
XYZ 42.42 23.63 2.32 -
YUV 106.18 68.09 234.15 -
System Red Green Blue C M Y K H S L
Decimal 255 51 0 0 0.8 1 0 12 1 0.5
Hex FF 33 0 0 50 64 0 C 64 32
Octal 377 63 0 0 120 144 0 14 144 62
Binary 11111111 110011 0 0 1010000 1100100 0 1100 1100100 110010

Color Harmonies of #FF3300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3300

Black with #FF3300

Text Example


Text Example

White with #FF3300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3300; }

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

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

background-color css

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

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

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

border-color css

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

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

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