Html Css Color HEX #FB2D1C Scarlet

📋 copy color: '#FB2D1C'

red 251 ◦ green 45 ◦ blue 28

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

Shades of Scarlet #FB2D1C

Tints of Scarlet #FB2D1C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.89%

 BLUE value IS 28 (11.33% from 255) = 8.64%

R = 77.47%
G = 13.89%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FB2D1C (or 0xFB2D1C) is known color: Scarlet. HEX triplet: FB, 2D and 1C. RGB value is (251,45,28). Sum of RGB (Red+Green+Blue) = 251+45+28=324 (42% of max value = 765). Red value is 251 (98.44% from 255 or 77.47% from 324); Green value is 45 (17.97% from 255 or 13.89% from 324); Blue value is 28 (11.33% from 255 or 8.64% from 324); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2D1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2D1C is #04D2E3. Grayscale: #686868. Windows color (decimal): -316132 or 1846779. OLE color: 1846779.

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

Color convert

RGB 251 45 28 -
CMYK 0 0.82 0.89 0.02
HSL 4.57º 0.97% 0.55% -
HSV(B) 4.57º 0.89% 0.98% -
XYZ 40.93 22.47 3.28 -
YUV 104.66 84.75 232.38 -
System Red Green Blue C M Y K H S L
Decimal 251 45 28 0 0.82 0.89 0.02 4.57 0.97 0.55
Hex FB 2D 1C 0 52 59 2 5 61 37
Octal 373 55 34 0 122 131 2 5 141 67
Binary 11111011 101101 11100 0 1010010 1011001 10 101 1100001 110111

Color Harmonies of #FB2D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2D1C

Black with #FB2D1C

Text Example


Text Example

White with #FB2D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2D1C; }

 p { color: rgb(251,45,28); }

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

background-color css

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

 a { background-color: rgb(251,45,28); }

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

border-color css

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

 span { border-color: rgb(251,45,28); }

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