Html Css Color HEX #FF1F0D Scarlet

📋 copy color: '#FF1F0D'

red 255 ◦ green 31 ◦ blue 13

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

Shades of Scarlet #FF1F0D

Tints of Scarlet #FF1F0D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.37%

 BLUE value IS 13 (5.47% from 255) = 4.35%

R = 85.28%
G = 10.37%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF1F0D (or 0xFF1F0D) is known color: Scarlet. HEX triplet: FF, 1F and 0D. RGB value is (255,31,13). Sum of RGB (Red+Green+Blue) = 255+31+13=299 (39% of max value = 765). Red value is 255 (100% from 255 or 85.28% from 299); Green value is 31 (12.5% from 255 or 10.37% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1F0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF1F0D is #00E0F2. Grayscale: #606060. Windows color (decimal): -57587 or 860159. OLE color: 860159.

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

Color convert

RGB 255 31 13 -
CMYK 0 0.88 0.95 0
HSL 4.46º 1% 0.53% -
HSV(B) 4.46º 0.95% 1% -
XYZ 41.8 22.27 2.48 -
YUV 95.92 81.21 241.46 -
System Red Green Blue C M Y K H S L
Decimal 255 31 13 0 0.88 0.95 0 4.46 1 0.53
Hex FF 1F D 0 58 5F 0 4 64 35
Octal 377 37 15 0 130 137 0 4 144 65
Binary 11111111 11111 1101 0 1011000 1011111 0 100 1100100 110101

Color Harmonies of #FF1F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1F0D

Black with #FF1F0D

Text Example


Text Example

White with #FF1F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1F0D; }

 p { color: rgb(255,31,13); }

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

background-color css

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

 a { background-color: rgb(255,31,13); }

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

border-color css

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

 span { border-color: rgb(255,31,13); }

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