Html Css Color HEX #FF2005 Scarlet

📋 copy color: '#FF2005'

red 255 ◦ green 32 ◦ blue 5

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

Shades of Scarlet #FF2005

Tints of Scarlet #FF2005

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.96%

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

R = 87.33%
G = 10.96%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF2005 (or 0xFF2005) is known color: Scarlet. HEX triplet: FF, 20 and 05. RGB value is (255,32,5). Sum of RGB (Red+Green+Blue) = 255+32+5=292 (38% of max value = 765). Red value is 255 (100% from 255 or 87.33% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 5 (2.34% from 255 or 1.71% from 292); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2005 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2005 is #00DFFA. Grayscale: #5F5F5F. Windows color (decimal): -57339 or 336127. OLE color: 336127.

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

Color convert

RGB 255 32 5 -
CMYK 0 0.87 0.98 0
HSL 6.48º 1% 0.51% -
HSV(B) 6.48º 0.98% 1% -
XYZ 41.78 22.3 2.25 -
YUV 95.6 76.88 241.7 -
System Red Green Blue C M Y K H S L
Decimal 255 32 5 0 0.87 0.98 0 6.48 1 0.51
Hex FF 20 5 0 57 62 0 6 64 33
Octal 377 40 5 0 127 142 0 6 144 63
Binary 11111111 100000 101 0 1010111 1100010 0 110 1100100 110011

Color Harmonies of #FF2005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2005

Black with #FF2005

Text Example


Text Example

White with #FF2005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2005; }

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

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

background-color css

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

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

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

border-color css

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

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

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