Html Css Color HEX #FD2301 Scarlet

📋 copy color: '#FD2301'

red 253 ◦ green 35 ◦ blue 1

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

Shades of Scarlet #FD2301

Tints of Scarlet #FD2301

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.11%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 87.54%
G = 12.11%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FD2301 (or 0xFD2301) is known color: Scarlet. HEX triplet: FD, 23 and 01. RGB value is (253,35,1). Sum of RGB (Red+Green+Blue) = 253+35+1=289 (38% of max value = 765). Red value is 253 (99.22% from 255 or 87.54% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 1 (0.78% from 255 or 0.35% from 289); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2301 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2301 is #02DCFE. Grayscale: #606060. Windows color (decimal): -187647 or 74749. OLE color: 74749.

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

Color convert

RGB 253 35 1 -
CMYK 0 0.86 1.00 0.01
HSL 8.1º 0.99% 0.5% -
HSV(B) 8.1º 1% 0.99% -
XYZ 41.11 22.09 2.12 -
YUV 96.31 74.22 239.76 -
System Red Green Blue C M Y K H S L
Decimal 253 35 1 0 0.86 1.00 0.01 8.1 0.99 0.5
Hex FD 23 1 0 56 64 1 8 63 32
Octal 375 43 1 0 126 144 1 10 143 62
Binary 11111101 100011 1 0 1010110 1100100 1 1000 1100011 110010

Color Harmonies of #FD2301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2301

Black with #FD2301

Text Example


Text Example

White with #FD2301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2301; }

 p { color: rgb(253,35,1); }

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

background-color css

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

 a { background-color: rgb(253,35,1); }

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

border-color css

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

 span { border-color: rgb(253,35,1); }

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