Html Css Color HEX #FF1A0C Scarlet

📋 copy color: '#FF1A0C'

red 255 ◦ green 26 ◦ blue 12

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

Shades of Scarlet #FF1A0C

Tints of Scarlet #FF1A0C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.87%

 BLUE value IS 12 (5.08% from 255) = 4.1%

R = 87.03%
G = 8.87%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF1A0C (or 0xFF1A0C) is known color: Scarlet. HEX triplet: FF, 1A and 0C. RGB value is (255,26,12). Sum of RGB (Red+Green+Blue) = 255+26+12=293 (38% of max value = 765). Red value is 255 (100% from 255 or 87.03% from 293); Green value is 26 (10.55% from 255 or 8.87% from 293); Blue value is 12 (5.08% from 255 or 4.10% from 293); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1A0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF1A0C is #00E5F3. Grayscale: #5D5D5D. Windows color (decimal): -58868 or 793343. OLE color: 793343.

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

Color convert

RGB 255 26 12 -
CMYK 0 0.90 0.95 0
HSL 3.46º 1% 0.52% -
HSV(B) 3.46º 0.95% 1% -
XYZ 41.68 22.03 2.4 -
YUV 92.88 82.37 243.64 -
System Red Green Blue C M Y K H S L
Decimal 255 26 12 0 0.90 0.95 0 3.46 1 0.52
Hex FF 1A C 0 5A 5F 0 3 64 34
Octal 377 32 14 0 132 137 0 3 144 64
Binary 11111111 11010 1100 0 1011010 1011111 0 11 1100100 110100

Color Harmonies of #FF1A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1A0C

Black with #FF1A0C

Text Example


Text Example

White with #FF1A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1A0C; }

 p { color: rgb(255,26,12); }

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

background-color css

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

 a { background-color: rgb(255,26,12); }

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

border-color css

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

 span { border-color: rgb(255,26,12); }

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