Html Css Color HEX #FD320B Scarlet

📋 copy color: '#FD320B'

red 253 ◦ green 50 ◦ blue 11

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

Shades of Scarlet #FD320B

Tints of Scarlet #FD320B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.5%

R = 80.57%
G = 15.92%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FD320B (or 0xFD320B) is known color: Scarlet. HEX triplet: FD, 32 and 0B. RGB value is (253,50,11). Sum of RGB (Red+Green+Blue) = 253+50+11=314 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.57% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 11 (4.69% from 255 or 3.50% from 314); Max value from RGB is 253 - color contains mainly: red. Hex color #FD320B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD320B is #02CDF4. Grayscale: #6A6A6A. Windows color (decimal): -183797 or 733949. OLE color: 733949.

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

Color convert

RGB 253 50 11 -
CMYK 0 0.80 0.96 0.01
HSL 9.67º 0.98% 0.52% -
HSV(B) 9.67º 0.96% 0.99% -
XYZ 41.71 23.19 2.59 -
YUV 106.25 74.25 232.67 -
System Red Green Blue C M Y K H S L
Decimal 253 50 11 0 0.80 0.96 0.01 9.67 0.98 0.52
Hex FD 32 B 0 50 60 1 A 62 34
Octal 375 62 13 0 120 140 1 12 142 64
Binary 11111101 110010 1011 0 1010000 1100000 1 1010 1100010 110100

Color Harmonies of #FD320B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD320B

Black with #FD320B

Text Example


Text Example

White with #FD320B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD320B; }

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

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

background-color css

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

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

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

border-color css

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

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

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