Html Css Color HEX #FF3003 Scarlet

📋 copy color: '#FF3003'

red 255 ◦ green 48 ◦ blue 3

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

Shades of Scarlet #FF3003

Tints of Scarlet #FF3003

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.69%

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

R = 83.33%
G = 15.69%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FF3003 (or 0xFF3003) is known color: Scarlet. HEX triplet: FF, 30 and 03. RGB value is (255,48,3). Sum of RGB (Red+Green+Blue) = 255+48+3=306 (40% of max value = 765). Red value is 255 (100% from 255 or 83.33% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 3 (1.56% from 255 or 0.98% from 306); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3003 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3003 is #00CFFC. Grayscale: #696969. Windows color (decimal): -53245 or 209151. OLE color: 209151.

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

Color convert

RGB 255 48 3 -
CMYK 0 0.81 0.99 0
HSL 10.71º 1% 0.51% -
HSV(B) 10.71º 0.99% 1% -
XYZ 42.31 23.38 2.37 -
YUV 104.76 70.58 235.16 -
System Red Green Blue C M Y K H S L
Decimal 255 48 3 0 0.81 0.99 0 10.71 1 0.51
Hex FF 30 3 0 51 63 0 B 64 33
Octal 377 60 3 0 121 143 0 13 144 63
Binary 11111111 110000 11 0 1010001 1100011 0 1011 1100100 110011

Color Harmonies of #FF3003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3003

Black with #FF3003

Text Example


Text Example

White with #FF3003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3003; }

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

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

background-color css

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

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

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

border-color css

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

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

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