Html Css Color HEX #FF1D0F Scarlet

📋 copy color: '#FF1D0F'

red 255 ◦ green 29 ◦ blue 15

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

Shades of Scarlet #FF1D0F

Tints of Scarlet #FF1D0F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.7%

 BLUE value IS 15 (6.25% from 255) = 5.02%

R = 85.28%
G = 9.7%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF1D0F (or 0xFF1D0F) is known color: Scarlet. HEX triplet: FF, 1D and 0F. RGB value is (255,29,15). Sum of RGB (Red+Green+Blue) = 255+29+15=299 (39% of max value = 765). Red value is 255 (100% from 255 or 85.28% from 299); Green value is 29 (11.72% from 255 or 9.70% from 299); Blue value is 15 (6.25% from 255 or 5.02% from 299); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1D0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF1D0F is #00E2F0. Grayscale: #5F5F5F. Windows color (decimal): -58097 or 990719. OLE color: 990719.

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

Color convert

RGB 255 29 15 -
CMYK 0 0.89 0.94 0
HSL 3.5º 1% 0.53% -
HSV(B) 3.5º 0.94% 1% -
XYZ 41.77 22.17 2.53 -
YUV 94.98 82.87 242.14 -
System Red Green Blue C M Y K H S L
Decimal 255 29 15 0 0.89 0.94 0 3.5 1 0.53
Hex FF 1D F 0 59 5E 0 4 64 35
Octal 377 35 17 0 131 136 0 4 144 65
Binary 11111111 11101 1111 0 1011001 1011110 0 100 1100100 110101

Color Harmonies of #FF1D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1D0F

Black with #FF1D0F

Text Example


Text Example

White with #FF1D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1D0F; }

 p { color: rgb(255,29,15); }

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

background-color css

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

 a { background-color: rgb(255,29,15); }

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

border-color css

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

 span { border-color: rgb(255,29,15); }

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