Html Css Color HEX #FF2003 Scarlet

📋 copy color: '#FF2003'

red 255 ◦ green 32 ◦ blue 3

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

Shades of Scarlet #FF2003

Tints of Scarlet #FF2003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.03%

R = 87.93%
G = 11.03%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FF2003 (or 0xFF2003) is known color: Scarlet. HEX triplet: FF, 20 and 03. RGB value is (255,32,3). Sum of RGB (Red+Green+Blue) = 255+32+3=290 (38% of max value = 765). Red value is 255 (100% from 255 or 87.93% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 3 (1.56% from 255 or 1.03% from 290); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2003 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2003 is #00DFFC. Grayscale: #5F5F5F. Windows color (decimal): -57341 or 205055. OLE color: 205055.

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

Color convert

RGB 255 32 3 -
CMYK 0 0.87 0.99 0
HSL 6.9º 1% 0.51% -
HSV(B) 6.9º 0.99% 1% -
XYZ 41.77 22.3 2.19 -
YUV 95.37 75.88 241.86 -
System Red Green Blue C M Y K H S L
Decimal 255 32 3 0 0.87 0.99 0 6.9 1 0.51
Hex FF 20 3 0 57 63 0 7 64 33
Octal 377 40 3 0 127 143 0 7 144 63
Binary 11111111 100000 11 0 1010111 1100011 0 111 1100100 110011

Color Harmonies of #FF2003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2003

Black with #FF2003

Text Example


Text Example

White with #FF2003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2003; }

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

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

background-color css

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

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

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

border-color css

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

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

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