Html Css Color HEX #FF3305 Scarlet

📋 copy color: '#FF3305'

red 255 ◦ green 51 ◦ blue 5

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

Shades of Scarlet #FF3305

Tints of Scarlet #FF3305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.61%

R = 81.99%
G = 16.4%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF3305 (or 0xFF3305) is known color: Scarlet. HEX triplet: FF, 33 and 05. RGB value is (255,51,5). Sum of RGB (Red+Green+Blue) = 255+51+5=311 (41% of max value = 765). Red value is 255 (100% from 255 or 81.99% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 5 (2.34% from 255 or 1.61% from 311); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3305 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3305 is #00CCFA. Grayscale: #6B6B6B. Windows color (decimal): -52475 or 340991. OLE color: 340991.

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

Color convert

RGB 255 51 5 -
CMYK 0 0.8 0.98 0
HSL 11.04º 1% 0.51% -
HSV(B) 11.04º 0.98% 1% -
XYZ 42.45 23.64 2.47 -
YUV 106.75 70.59 233.74 -
System Red Green Blue C M Y K H S L
Decimal 255 51 5 0 0.8 0.98 0 11.04 1 0.51
Hex FF 33 5 0 50 62 0 B 64 33
Octal 377 63 5 0 120 142 0 13 144 63
Binary 11111111 110011 101 0 1010000 1100010 0 1011 1100100 110011

Color Harmonies of #FF3305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3305

Black with #FF3305

Text Example


Text Example

White with #FF3305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3305; }

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

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

background-color css

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

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

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

border-color css

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

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

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