Html Css Color HEX #FD1302 Scarlet

📋 copy color: '#FD1302'

red 253 ◦ green 19 ◦ blue 2

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

Shades of Scarlet #FD1302

Tints of Scarlet #FD1302

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.93%

 BLUE value IS 2 (1.17% from 255) = 0.73%

R = 92.34%
G = 6.93%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FD1302 (or 0xFD1302) is known color: Scarlet. HEX triplet: FD, 13 and 02. RGB value is (253,19,2). Sum of RGB (Red+Green+Blue) = 253+19+2=274 (36% of max value = 765). Red value is 253 (99.22% from 255 or 92.34% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1302 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1302 is #02ECFD. Grayscale: #575757. Windows color (decimal): -191742 or 136189. OLE color: 136189.

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

Color convert

RGB 253 19 2 -
CMYK 0 0.92 0.99 0.01
HSL 4.06º 0.98% 0.5% -
HSV(B) 4.06º 0.99% 0.99% -
XYZ 40.75 21.35 2.03 -
YUV 87.03 80.02 246.38 -
System Red Green Blue C M Y K H S L
Decimal 253 19 2 0 0.92 0.99 0.01 4.06 0.98 0.5
Hex FD 13 2 0 5C 63 1 4 62 32
Octal 375 23 2 0 134 143 1 4 142 62
Binary 11111101 10011 10 0 1011100 1100011 1 100 1100010 110010

Color Harmonies of #FD1302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1302

Black with #FD1302

Text Example


Text Example

White with #FD1302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1302; }

 p { color: rgb(253,19,2); }

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

background-color css

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

 a { background-color: rgb(253,19,2); }

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

border-color css

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

 span { border-color: rgb(253,19,2); }

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