Html Css Color HEX #FF1D1B Scarlet

📋 copy color: '#FF1D1B'

red 255 ◦ green 29 ◦ blue 27

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

Shades of Scarlet #FF1D1B

Tints of Scarlet #FF1D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.68%

R = 81.99%
G = 9.32%
B = 8.68%

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

#FF1D1B (or 0xFF1D1B) is known color: Scarlet. HEX triplet: FF, 1D and 1B. RGB value is (255,29,27). Sum of RGB (Red+Green+Blue) = 255+29+27=311 (41% of max value = 765). Red value is 255 (100% from 255 or 81.99% from 311); Green value is 29 (11.72% from 255 or 9.32% from 311); Blue value is 27 (10.94% from 255 or 8.68% from 311); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1D1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1D1B is #00E2E4. Grayscale: #606060. Windows color (decimal): -58085 or 1777151. OLE color: 1777151.

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

Color convert

RGB 255 29 27 -
CMYK 0 0.89 0.89 0
HSL 0.53º 1% 0.55% -
HSV(B) 0.53º 0.89% 1% -
XYZ 41.88 22.22 3.12 -
YUV 96.35 88.87 241.16 -
System Red Green Blue C M Y K H S L
Decimal 255 29 27 0 0.89 0.89 0 0.53 1 0.55
Hex FF 1D 1B 0 59 59 0 1 64 37
Octal 377 35 33 0 131 131 0 1 144 67
Binary 11111111 11101 11011 0 1011001 1011001 0 1 1100100 110111

Color Harmonies of #FF1D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1D1B

Black with #FF1D1B

Text Example


Text Example

White with #FF1D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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