Html Css Color HEX #FB2A1D Scarlet

📋 copy color: '#FB2A1D'

red 251 ◦ green 42 ◦ blue 29

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

Shades of Scarlet #FB2A1D

Tints of Scarlet #FB2A1D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.04%

 BLUE value IS 29 (11.72% from 255) = 9.01%

R = 77.95%
G = 13.04%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FB2A1D (or 0xFB2A1D) is known color: Scarlet. HEX triplet: FB, 2A and 1D. RGB value is (251,42,29). Sum of RGB (Red+Green+Blue) = 251+42+29=322 (42% of max value = 765). Red value is 251 (98.44% from 255 or 77.95% from 322); Green value is 42 (16.80% from 255 or 13.04% from 322); Blue value is 29 (11.72% from 255 or 9.01% from 322); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2A1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2A1D is #04D5E2. Grayscale: #676767. Windows color (decimal): -316899 or 1911547. OLE color: 1911547.

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

Color convert

RGB 251 42 29 -
CMYK 0 0.83 0.88 0.02
HSL 3.51º 0.97% 0.55% -
HSV(B) 3.51º 0.88% 0.98% -
XYZ 40.83 22.25 3.31 -
YUV 103.01 86.24 233.56 -
System Red Green Blue C M Y K H S L
Decimal 251 42 29 0 0.83 0.88 0.02 3.51 0.97 0.55
Hex FB 2A 1D 0 53 58 2 4 61 37
Octal 373 52 35 0 123 130 2 4 141 67
Binary 11111011 101010 11101 0 1010011 1011000 10 100 1100001 110111

Color Harmonies of #FB2A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2A1D

Black with #FB2A1D

Text Example


Text Example

White with #FB2A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2A1D; }

 p { color: rgb(251,42,29); }

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

background-color css

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

 a { background-color: rgb(251,42,29); }

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

border-color css

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

 span { border-color: rgb(251,42,29); }

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