Html Css Color HEX #FF1D1D Scarlet

📋 copy color: '#FF1D1D'

red 255 ◦ green 29 ◦ blue 29

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

Shades of Scarlet #FF1D1D

Tints of Scarlet #FF1D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.27%

R = 81.47%
G = 9.27%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF1D1D (or 0xFF1D1D) is known color: Scarlet. HEX triplet: FF, 1D and 1D. RGB value is (255,29,29). Sum of RGB (Red+Green+Blue) = 255+29+29=313 (41% of max value = 765). Red value is 255 (100% from 255 or 81.47% from 313); Green value is 29 (11.72% from 255 or 9.27% from 313); Blue value is 29 (11.72% from 255 or 9.27% from 313); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1D1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1D1D is #00E2E2. Grayscale: #606060. Windows color (decimal): -58083 or 1908223. OLE color: 1908223.

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

Color convert

RGB 255 29 29 -
CMYK 0 0.89 0.89 0
HSL 1% 0.56% -
HSV(B) 0.89% 1% -
XYZ 41.9 22.23 3.24 -
YUV 96.57 89.87 241 -
System Red Green Blue C M Y K H S L
Decimal 255 29 29 0 0.89 0.89 0 0 1 0.56
Hex FF 1D 1D 0 59 59 0 0 64 38
Octal 377 35 35 0 131 131 0 0 144 70
Binary 11111111 11101 11101 0 1011001 1011001 0 0 1100100 111000

Color Harmonies of #FF1D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1D1D

Black with #FF1D1D

Text Example


Text Example

White with #FF1D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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