Html Css Color HEX #FF231B Scarlet

📋 copy color: '#FF231B'

red 255 ◦ green 35 ◦ blue 27

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

Shades of Scarlet #FF231B

Tints of Scarlet #FF231B

RGB

 RED value IS 255 (100% from 255) = 80.44%

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

 BLUE value IS 27 (10.94% from 255) = 8.52%

R = 80.44%
G = 11.04%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF231B (or 0xFF231B) is known color: Scarlet. HEX triplet: FF, 23 and 1B. RGB value is (255,35,27). Sum of RGB (Red+Green+Blue) = 255+35+27=317 (41% of max value = 765). Red value is 255 (100% from 255 or 80.44% from 317); Green value is 35 (14.06% from 255 or 11.04% from 317); Blue value is 27 (10.94% from 255 or 8.52% from 317); Max value from RGB is 255 - color contains mainly: red. Hex color #FF231B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF231B is #00DCE4. Grayscale: #646464. Windows color (decimal): -56549 or 1778687. OLE color: 1778687.

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

Color convert

RGB 255 35 27 -
CMYK 0 0.86 0.89 0
HSL 2.11º 1% 0.55% -
HSV(B) 2.11º 0.89% 1% -
XYZ 42.04 22.54 3.17 -
YUV 99.87 86.89 238.65 -
System Red Green Blue C M Y K H S L
Decimal 255 35 27 0 0.86 0.89 0 2.11 1 0.55
Hex FF 23 1B 0 56 59 0 2 64 37
Octal 377 43 33 0 126 131 0 2 144 67
Binary 11111111 100011 11011 0 1010110 1011001 0 10 1100100 110111

Color Harmonies of #FF231B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF231B

Black with #FF231B

Text Example


Text Example

White with #FF231B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF231B; }

 p { color: rgb(255,35,27); }

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

background-color css

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

 a { background-color: rgb(255,35,27); }

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

border-color css

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

 span { border-color: rgb(255,35,27); }

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