Html Css Color HEX #FF1C06 Scarlet

📋 copy color: '#FF1C06'

red 255 ◦ green 28 ◦ blue 6

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

Shades of Scarlet #FF1C06

Tints of Scarlet #FF1C06

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.69%

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

R = 88.24%
G = 9.69%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF1C06 (or 0xFF1C06) is known color: Scarlet. HEX triplet: FF, 1C and 06. RGB value is (255,28,6). Sum of RGB (Red+Green+Blue) = 255+28+6=289 (38% of max value = 765). Red value is 255 (100% from 255 or 88.24% from 289); Green value is 28 (11.33% from 255 or 9.69% from 289); Blue value is 6 (2.73% from 255 or 2.08% from 289); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1C06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF1C06 is #00E3F9. Grayscale: #5D5D5D. Windows color (decimal): -58362 or 400639. OLE color: 400639.

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

Color convert

RGB 255 28 6 -
CMYK 0 0.89 0.98 0
HSL 5.3º 1% 0.51% -
HSV(B) 5.3º 0.98% 1% -
XYZ 41.69 22.1 2.24 -
YUV 93.37 78.71 243.29 -
System Red Green Blue C M Y K H S L
Decimal 255 28 6 0 0.89 0.98 0 5.3 1 0.51
Hex FF 1C 6 0 59 62 0 5 64 33
Octal 377 34 6 0 131 142 0 5 144 63
Binary 11111111 11100 110 0 1011001 1100010 0 101 1100100 110011

Color Harmonies of #FF1C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1C06

Black with #FF1C06

Text Example


Text Example

White with #FF1C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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