Html Css Color HEX #FD3401 Scarlet

📋 copy color: '#FD3401'

red 253 ◦ green 52 ◦ blue 1

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

Shades of Scarlet #FD3401

Tints of Scarlet #FD3401

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.99%

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

R = 82.68%
G = 16.99%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FD3401 (or 0xFD3401) is known color: Scarlet. HEX triplet: FD, 34 and 01. RGB value is (253,52,1). Sum of RGB (Red+Green+Blue) = 253+52+1=306 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.68% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 1 (0.78% from 255 or 0.33% from 306); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3401 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD3401 is #02CBFE. Grayscale: #6A6A6A. Windows color (decimal): -183295 or 79101. OLE color: 79101.

HSL color Cylindrical-coordinate representation of color #FD3401: hue angle of 12.14º 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 #FD3401 is Cyan = 0, Magento = 0.79, Yellow = 1.00 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 52 1 -
CMYK 0 0.79 1.00 0.01
HSL 12.14º 0.99% 0.5% -
HSV(B) 12.14º 1% 0.99% -
XYZ 41.74 23.34 2.33 -
YUV 106.29 68.59 232.65 -
System Red Green Blue C M Y K H S L
Decimal 253 52 1 0 0.79 1.00 0.01 12.14 0.99 0.5
Hex FD 34 1 0 4F 64 1 C 63 32
Octal 375 64 1 0 117 144 1 14 143 62
Binary 11111101 110100 1 0 1001111 1100100 1 1100 1100011 110010

Color Harmonies of #FD3401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3401

Black with #FD3401

Text Example


Text Example

White with #FD3401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3401; }

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

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

background-color css

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

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

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

border-color css

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

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

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