Html Css Color HEX #FB1E02 Scarlet

📋 copy color: '#FB1E02'

red 251 ◦ green 30 ◦ blue 2

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

Shades of Scarlet #FB1E02

Tints of Scarlet #FB1E02

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.6%

 BLUE value IS 2 (1.17% from 255) = 0.71%

R = 88.69%
G = 10.6%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FB1E02 (or 0xFB1E02) is known color: Scarlet. HEX triplet: FB, 1E and 02. RGB value is (251,30,2). Sum of RGB (Red+Green+Blue) = 251+30+2=283 (37% of max value = 765). Red value is 251 (98.44% from 255 or 88.69% from 283); Green value is 30 (12.11% from 255 or 10.60% from 283); Blue value is 2 (1.17% from 255 or 0.71% from 283); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1E02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB1E02 is #04E1FD. Grayscale: #5D5D5D. Windows color (decimal): -319998 or 139003. OLE color: 139003.

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

Color convert

RGB 251 30 2 -
CMYK 0 0.88 0.99 0.02
HSL 6.75º 0.98% 0.5% -
HSV(B) 6.75º 0.99% 0.98% -
XYZ 40.26 21.44 2.07 -
YUV 92.89 76.72 240.78 -
System Red Green Blue C M Y K H S L
Decimal 251 30 2 0 0.88 0.99 0.02 6.75 0.98 0.5
Hex FB 1E 2 0 58 63 2 7 62 32
Octal 373 36 2 0 130 143 2 7 142 62
Binary 11111011 11110 10 0 1011000 1100011 10 111 1100010 110010

Color Harmonies of #FB1E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1E02

Black with #FB1E02

Text Example


Text Example

White with #FB1E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1E02; }

 p { color: rgb(251,30,2); }

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

background-color css

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

 a { background-color: rgb(251,30,2); }

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

border-color css

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

 span { border-color: rgb(251,30,2); }

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