Html Css Color HEX #FF231F Scarlet

📋 copy color: '#FF231F'

red 255 ◦ green 35 ◦ blue 31

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

Shades of Scarlet #FF231F

Tints of Scarlet #FF231F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.66%

R = 79.44%
G = 10.9%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF231F (or 0xFF231F) is known color: Scarlet. HEX triplet: FF, 23 and 1F. RGB value is (255,35,31). Sum of RGB (Red+Green+Blue) = 255+35+31=321 (42% of max value = 765). Red value is 255 (100% from 255 or 79.44% from 321); Green value is 35 (14.06% from 255 or 10.90% from 321); Blue value is 31 (12.5% from 255 or 9.66% from 321); Max value from RGB is 255 - color contains mainly: red. Hex color #FF231F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF231F is #00DCE0. Grayscale: #646464. Windows color (decimal): -56545 or 2040831. OLE color: 2040831.

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

Color convert

RGB 255 35 31 -
CMYK 0 0.86 0.88 0
HSL 1.07º 1% 0.56% -
HSV(B) 1.07º 0.88% 1% -
XYZ 42.09 22.56 3.43 -
YUV 100.32 88.89 238.33 -
System Red Green Blue C M Y K H S L
Decimal 255 35 31 0 0.86 0.88 0 1.07 1 0.56
Hex FF 23 1F 0 56 58 0 1 64 38
Octal 377 43 37 0 126 130 0 1 144 70
Binary 11111111 100011 11111 0 1010110 1011000 0 1 1100100 111000

Color Harmonies of #FF231F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF231F

Black with #FF231F

Text Example


Text Example

White with #FF231F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF231F; }

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

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

background-color css

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

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

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

border-color css

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

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

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