Html Css Color HEX #FD320E Scarlet

📋 copy color: '#FD320E'

red 253 ◦ green 50 ◦ blue 14

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

Shades of Scarlet #FD320E

Tints of Scarlet #FD320E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.77%

 BLUE value IS 14 (5.86% from 255) = 4.42%

R = 79.81%
G = 15.77%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FD320E (or 0xFD320E) is known color: Scarlet. HEX triplet: FD, 32 and 0E. RGB value is (253,50,14). Sum of RGB (Red+Green+Blue) = 253+50+14=317 (41% of max value = 765). Red value is 253 (99.22% from 255 or 79.81% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 14 (5.86% from 255 or 4.42% from 317); Max value from RGB is 253 - color contains mainly: red. Hex color #FD320E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD320E is #02CDF1. Grayscale: #6A6A6A. Windows color (decimal): -183794 or 930557. OLE color: 930557.

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

Color convert

RGB 253 50 14 -
CMYK 0 0.80 0.94 0.01
HSL 9.04º 0.98% 0.52% -
HSV(B) 9.04º 0.94% 0.99% -
XYZ 41.73 23.2 2.69 -
YUV 106.59 75.75 232.43 -
System Red Green Blue C M Y K H S L
Decimal 253 50 14 0 0.80 0.94 0.01 9.04 0.98 0.52
Hex FD 32 E 0 50 5E 1 9 62 34
Octal 375 62 16 0 120 136 1 11 142 64
Binary 11111101 110010 1110 0 1010000 1011110 1 1001 1100010 110100

Color Harmonies of #FD320E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD320E

Black with #FD320E

Text Example


Text Example

White with #FD320E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD320E; }

 p { color: rgb(253,50,14); }

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

background-color css

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

 a { background-color: rgb(253,50,14); }

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

border-color css

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

 span { border-color: rgb(253,50,14); }

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