Html Css Color HEX #FB1C0C Scarlet

📋 copy color: '#FB1C0C'

red 251 ◦ green 28 ◦ blue 12

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

Shades of Scarlet #FB1C0C

Tints of Scarlet #FB1C0C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.62%

 BLUE value IS 12 (5.08% from 255) = 4.12%

R = 86.25%
G = 9.62%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FB1C0C (or 0xFB1C0C) is known color: Scarlet. HEX triplet: FB, 1C and 0C. RGB value is (251,28,12). Sum of RGB (Red+Green+Blue) = 251+28+12=291 (38% of max value = 765). Red value is 251 (98.44% from 255 or 86.25% from 291); Green value is 28 (11.33% from 255 or 9.62% from 291); Blue value is 12 (5.08% from 255 or 4.12% from 291); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1C0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB1C0C is #04E3F3. Grayscale: #5D5D5D. Windows color (decimal): -320500 or 793851. OLE color: 793851.

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

Color convert

RGB 251 28 12 -
CMYK 0 0.89 0.95 0.02
HSL 4.02º 0.97% 0.52% -
HSV(B) 4.02º 0.95% 0.98% -
XYZ 40.27 21.37 2.35 -
YUV 92.85 82.38 240.8 -
System Red Green Blue C M Y K H S L
Decimal 251 28 12 0 0.89 0.95 0.02 4.02 0.97 0.52
Hex FB 1C C 0 59 5F 2 4 61 34
Octal 373 34 14 0 131 137 2 4 141 64
Binary 11111011 11100 1100 0 1011001 1011111 10 100 1100001 110100

Color Harmonies of #FB1C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1C0C

Black with #FB1C0C

Text Example


Text Example

White with #FB1C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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