Html Css Color HEX #FD1B00 Scarlet

📋 copy color: '#FD1B00'

red 253 ◦ green 27 ◦ blue 0

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

Shades of Scarlet #FD1B00

Tints of Scarlet #FD1B00

RGB

 RED value IS 253 (99.22% from 255) = 90.36%

 GREEN value IS 27 (10.94% from 255) = 9.64%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 90.36%
G = 9.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FD1B00 (or 0xFD1B00) is known color: Scarlet. HEX triplet: FD, 1B and 00. RGB value is (253,27,0). Sum of RGB (Red+Green+Blue) = 253+27+0=280 (37% of max value = 765). Red value is 253 (99.22% from 255 or 90.36% from 280); Green value is 27 (10.94% from 255 or 9.64% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1B00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD1B00 is #02E4FF. Grayscale: #5B5B5B. Windows color (decimal): -189696 or 7165. OLE color: 7165.

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

Color convert

RGB 253 27 0 -
CMYK 0 0.89 1 0.01
HSL 6.4º 1% 0.5% -
HSV(B) 6.4º 1% 0.99% -
XYZ 40.9 21.67 2.03 -
YUV 91.5 76.37 243.2 -
System Red Green Blue C M Y K H S L
Decimal 253 27 0 0 0.89 1 0.01 6.4 1 0.5
Hex FD 1B 0 0 59 64 1 6 64 32
Octal 375 33 0 0 131 144 1 6 144 62
Binary 11111101 11011 0 0 1011001 1100100 1 110 1100100 110010

Color Harmonies of #FD1B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1B00

Black with #FD1B00

Text Example


Text Example

White with #FD1B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1B00; }

 p { color: rgb(253,27,0); }

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

background-color css

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

 a { background-color: rgb(253,27,0); }

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

border-color css

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

 span { border-color: rgb(253,27,0); }

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