Html Css Color HEX #FB320D Scarlet

📋 copy color: '#FB320D'

red 251 ◦ green 50 ◦ blue 13

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

Shades of Scarlet #FB320D

Tints of Scarlet #FB320D

RGB

 RED value IS 251 (98.44% from 255) = 79.94%

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

 BLUE value IS 13 (5.47% from 255) = 4.14%

R = 79.94%
G = 15.92%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FB320D (or 0xFB320D) is known color: Scarlet. HEX triplet: FB, 32 and 0D. RGB value is (251,50,13). Sum of RGB (Red+Green+Blue) = 251+50+13=314 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.94% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 13 (5.47% from 255 or 4.14% from 314); Max value from RGB is 251 - color contains mainly: red. Hex color #FB320D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB320D is #04CDF2. Grayscale: #6A6A6A. Windows color (decimal): -314867 or 865019. OLE color: 865019.

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

Color convert

RGB 251 50 13 -
CMYK 0 0.80 0.95 0.02
HSL 9.33º 0.97% 0.52% -
HSV(B) 9.33º 0.95% 0.98% -
XYZ 41 22.82 2.62 -
YUV 105.88 75.59 231.51 -
System Red Green Blue C M Y K H S L
Decimal 251 50 13 0 0.80 0.95 0.02 9.33 0.97 0.52
Hex FB 32 D 0 50 5F 2 9 61 34
Octal 373 62 15 0 120 137 2 11 141 64
Binary 11111011 110010 1101 0 1010000 1011111 10 1001 1100001 110100

Color Harmonies of #FB320D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB320D

Black with #FB320D

Text Example


Text Example

White with #FB320D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB320D; }

 p { color: rgb(251,50,13); }

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

background-color css

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

 a { background-color: rgb(251,50,13); }

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

border-color css

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

 span { border-color: rgb(251,50,13); }

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