Html Css Color HEX #FF3006 Scarlet

📋 copy color: '#FF3006'

red 255 ◦ green 48 ◦ blue 6

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

Shades of Scarlet #FF3006

Tints of Scarlet #FF3006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.94%

R = 82.52%
G = 15.53%
B = 1.94%

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

#FF3006 (or 0xFF3006) is known color: Scarlet. HEX triplet: FF, 30 and 06. RGB value is (255,48,6). Sum of RGB (Red+Green+Blue) = 255+48+6=309 (40% of max value = 765). Red value is 255 (100% from 255 or 82.52% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 6 (2.73% from 255 or 1.94% from 309); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3006 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3006 is #00CFF9. Grayscale: #696969. Windows color (decimal): -53242 or 405759. OLE color: 405759.

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

Color convert

RGB 255 48 6 -
CMYK 0 0.81 0.98 0
HSL 10.12º 1% 0.51% -
HSV(B) 10.12º 0.98% 1% -
XYZ 42.33 23.39 2.46 -
YUV 105.11 72.08 234.92 -
System Red Green Blue C M Y K H S L
Decimal 255 48 6 0 0.81 0.98 0 10.12 1 0.51
Hex FF 30 6 0 51 62 0 A 64 33
Octal 377 60 6 0 121 142 0 12 144 63
Binary 11111111 110000 110 0 1010001 1100010 0 1010 1100100 110011

Color Harmonies of #FF3006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3006

Black with #FF3006

Text Example


Text Example

White with #FF3006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3006; }

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

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

background-color css

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

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

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

border-color css

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

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

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