Html Css Color HEX #FF190C Scarlet

📋 copy color: '#FF190C'

red 255 ◦ green 25 ◦ blue 12

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

Shades of Scarlet #FF190C

Tints of Scarlet #FF190C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.56%

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

R = 87.33%
G = 8.56%
B = 4.11%

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

#FF190C (or 0xFF190C) is known color: Scarlet. HEX triplet: FF, 19 and 0C. RGB value is (255,25,12). Sum of RGB (Red+Green+Blue) = 255+25+12=292 (38% of max value = 765). Red value is 255 (100% from 255 or 87.33% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 12 (5.08% from 255 or 4.11% from 292); Max value from RGB is 255 - color contains mainly: red. Hex color #FF190C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF190C is #00E6F3. Grayscale: #5C5C5C. Windows color (decimal): -59124 or 793087. OLE color: 793087.

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

Color convert

RGB 255 25 12 -
CMYK 0 0.90 0.95 0
HSL 3.21º 1% 0.52% -
HSV(B) 3.21º 0.95% 1% -
XYZ 41.65 21.98 2.4 -
YUV 92.29 82.7 244.06 -
System Red Green Blue C M Y K H S L
Decimal 255 25 12 0 0.90 0.95 0 3.21 1 0.52
Hex FF 19 C 0 5A 5F 0 3 64 34
Octal 377 31 14 0 132 137 0 3 144 64
Binary 11111111 11001 1100 0 1011010 1011111 0 11 1100100 110100

Color Harmonies of #FF190C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF190C

Black with #FF190C

Text Example


Text Example

White with #FF190C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF190C; }

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

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

background-color css

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

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

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

border-color css

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

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

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