Html Css Color HEX #FF231A Scarlet

📋 copy color: '#FF231A'

red 255 ◦ green 35 ◦ blue 26

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

Shades of Scarlet #FF231A

Tints of Scarlet #FF231A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.23%

R = 80.7%
G = 11.08%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FF231A (or 0xFF231A) is known color: Scarlet. HEX triplet: FF, 23 and 1A. RGB value is (255,35,26). Sum of RGB (Red+Green+Blue) = 255+35+26=316 (41% of max value = 765). Red value is 255 (100% from 255 or 80.70% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 26 (10.55% from 255 or 8.23% from 316); Max value from RGB is 255 - color contains mainly: red. Hex color #FF231A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF231A is #00DCE5. Grayscale: #646464. Windows color (decimal): -56550 or 1713151. OLE color: 1713151.

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

Color convert

RGB 255 35 26 -
CMYK 0 0.86 0.90 0
HSL 2.36º 1% 0.55% -
HSV(B) 2.36º 0.9% 1% -
XYZ 42.03 22.54 3.11 -
YUV 99.75 86.39 238.73 -
System Red Green Blue C M Y K H S L
Decimal 255 35 26 0 0.86 0.90 0 2.36 1 0.55
Hex FF 23 1A 0 56 5A 0 2 64 37
Octal 377 43 32 0 126 132 0 2 144 67
Binary 11111111 100011 11010 0 1010110 1011010 0 10 1100100 110111

Color Harmonies of #FF231A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF231A

Black with #FF231A

Text Example


Text Example

White with #FF231A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF231A; }

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

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

background-color css

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

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

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

border-color css

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

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

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