Html Css Color HEX #FF130A Scarlet

📋 copy color: '#FF130A'

red 255 ◦ green 19 ◦ blue 10

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

Shades of Scarlet #FF130A

Tints of Scarlet #FF130A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.69%

 BLUE value IS 10 (4.3% from 255) = 3.52%

R = 89.79%
G = 6.69%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF130A (or 0xFF130A) is known color: Scarlet. HEX triplet: FF, 13 and 0A. RGB value is (255,19,10). Sum of RGB (Red+Green+Blue) = 255+19+10=284 (37% of max value = 765). Red value is 255 (100% from 255 or 89.79% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 10 (4.30% from 255 or 3.52% from 284); Max value from RGB is 255 - color contains mainly: red. Hex color #FF130A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF130A is #00ECF5. Grayscale: #585858. Windows color (decimal): -60662 or 660479. OLE color: 660479.

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

Color convert

RGB 255 19 10 -
CMYK 0 0.93 0.96 0
HSL 2.2º 1% 0.52% -
HSV(B) 2.2º 0.96% 1% -
XYZ 41.53 21.75 2.3 -
YUV 88.54 83.69 246.73 -
System Red Green Blue C M Y K H S L
Decimal 255 19 10 0 0.93 0.96 0 2.2 1 0.52
Hex FF 13 A 0 5D 60 0 2 64 34
Octal 377 23 12 0 135 140 0 2 144 64
Binary 11111111 10011 1010 0 1011101 1100000 0 10 1100100 110100

Color Harmonies of #FF130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF130A

Black with #FF130A

Text Example


Text Example

White with #FF130A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF130A; }

 p { color: rgb(255,19,10); }

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

background-color css

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

 a { background-color: rgb(255,19,10); }

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

border-color css

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

 span { border-color: rgb(255,19,10); }

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