Html Css Color HEX #FB340D Scarlet

📋 copy color: '#FB340D'

red 251 ◦ green 52 ◦ blue 13

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

Shades of Scarlet #FB340D

Tints of Scarlet #FB340D

RGB

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

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

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

R = 79.43%
G = 16.46%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FB340D (or 0xFB340D) is known color: Scarlet. HEX triplet: FB, 34 and 0D. RGB value is (251,52,13). Sum of RGB (Red+Green+Blue) = 251+52+13=316 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.43% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 13 (5.47% from 255 or 4.11% from 316); Max value from RGB is 251 - color contains mainly: red. Hex color #FB340D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB340D is #04CBF2. Grayscale: #6B6B6B. Windows color (decimal): -314355 or 865531. OLE color: 865531.

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

Color convert

RGB 251 52 13 -
CMYK 0 0.79 0.95 0.02
HSL 9.83º 0.97% 0.52% -
HSV(B) 9.83º 0.95% 0.98% -
XYZ 41.08 22.99 2.65 -
YUV 107.06 74.93 230.67 -
System Red Green Blue C M Y K H S L
Decimal 251 52 13 0 0.79 0.95 0.02 9.83 0.97 0.52
Hex FB 34 D 0 4F 5F 2 A 61 34
Octal 373 64 15 0 117 137 2 12 141 64
Binary 11111011 110100 1101 0 1001111 1011111 10 1010 1100001 110100

Color Harmonies of #FB340D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB340D

Black with #FB340D

Text Example


Text Example

White with #FB340D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB340D; }

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

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

background-color css

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

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

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

border-color css

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

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

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