Html Css Color HEX #FB231E Scarlet

📋 copy color: '#FB231E'

red 251 ◦ green 35 ◦ blue 30

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

Shades of Scarlet #FB231E

Tints of Scarlet #FB231E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.08%

 BLUE value IS 30 (12.11% from 255) = 9.49%

R = 79.43%
G = 11.08%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FB231E (or 0xFB231E) is known color: Scarlet. HEX triplet: FB, 23 and 1E. RGB value is (251,35,30). Sum of RGB (Red+Green+Blue) = 251+35+30=316 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.43% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 30 (12.11% from 255 or 9.49% from 316); Max value from RGB is 251 - color contains mainly: red. Hex color #FB231E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB231E is #04DCE1. Grayscale: #636363. Windows color (decimal): -318690 or 1975291. OLE color: 1975291.

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

Color convert

RGB 251 35 30 -
CMYK 0 0.86 0.88 0.02
HSL 1.36º 0.97% 0.55% -
HSV(B) 1.36º 0.88% 0.98% -
XYZ 40.62 21.81 3.3 -
YUV 99.01 89.06 236.41 -
System Red Green Blue C M Y K H S L
Decimal 251 35 30 0 0.86 0.88 0.02 1.36 0.97 0.55
Hex FB 23 1E 0 56 58 2 1 61 37
Octal 373 43 36 0 126 130 2 1 141 67
Binary 11111011 100011 11110 0 1010110 1011000 10 1 1100001 110111

Color Harmonies of #FB231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB231E

Black with #FB231E

Text Example


Text Example

White with #FB231E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB231E; }

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

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

background-color css

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

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

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

border-color css

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

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

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