Html Css Color HEX #FB231D Scarlet

📋 copy color: '#FB231D'

red 251 ◦ green 35 ◦ blue 29

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

Shades of Scarlet #FB231D

Tints of Scarlet #FB231D

RGB

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

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

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

R = 79.68%
G = 11.11%
B = 9.21%

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

#FB231D (or 0xFB231D) is known color: Scarlet. HEX triplet: FB, 23 and 1D. RGB value is (251,35,29). Sum of RGB (Red+Green+Blue) = 251+35+29=315 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.68% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 29 (11.72% from 255 or 9.21% from 315); Max value from RGB is 251 - color contains mainly: red. Hex color #FB231D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB231D is #04DCE2. Grayscale: #636363. Windows color (decimal): -318691 or 1909755. OLE color: 1909755.

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

Color convert

RGB 251 35 29 -
CMYK 0 0.86 0.88 0.02
HSL 1.62º 0.97% 0.55% -
HSV(B) 1.62º 0.88% 0.98% -
XYZ 40.61 21.8 3.23 -
YUV 98.9 88.56 236.49 -
System Red Green Blue C M Y K H S L
Decimal 251 35 29 0 0.86 0.88 0.02 1.62 0.97 0.55
Hex FB 23 1D 0 56 58 2 2 61 37
Octal 373 43 35 0 126 130 2 2 141 67
Binary 11111011 100011 11101 0 1010110 1011000 10 10 1100001 110111

Color Harmonies of #FB231D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB231D

Black with #FB231D

Text Example


Text Example

White with #FB231D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB231D; }

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

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

background-color css

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

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

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

border-color css

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

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

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