Html Css Color HEX #FF3005 Scarlet

📋 copy color: '#FF3005'

red 255 ◦ green 48 ◦ blue 5

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

Shades of Scarlet #FF3005

Tints of Scarlet #FF3005

RGB

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

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

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

R = 82.79%
G = 15.58%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF3005 (or 0xFF3005) is known color: Scarlet. HEX triplet: FF, 30 and 05. RGB value is (255,48,5). Sum of RGB (Red+Green+Blue) = 255+48+5=308 (40% of max value = 765). Red value is 255 (100% from 255 or 82.79% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 5 (2.34% from 255 or 1.62% from 308); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3005 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3005 is #00CFFA. Grayscale: #696969. Windows color (decimal): -53243 or 340223. OLE color: 340223.

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

Color convert

RGB 255 48 5 -
CMYK 0 0.81 0.98 0
HSL 10.32º 1% 0.51% -
HSV(B) 10.32º 0.98% 1% -
XYZ 42.32 23.38 2.43 -
YUV 104.99 71.58 235 -
System Red Green Blue C M Y K H S L
Decimal 255 48 5 0 0.81 0.98 0 10.32 1 0.51
Hex FF 30 5 0 51 62 0 A 64 33
Octal 377 60 5 0 121 142 0 12 144 63
Binary 11111111 110000 101 0 1010001 1100010 0 1010 1100100 110011

Color Harmonies of #FF3005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3005

Black with #FF3005

Text Example


Text Example

White with #FF3005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3005; }

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

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

background-color css

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

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

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

border-color css

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

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

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