Html Css Color HEX #FF2B19 Scarlet

📋 copy color: '#FF2B19'

red 255 ◦ green 43 ◦ blue 25

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

Shades of Scarlet #FF2B19

Tints of Scarlet #FF2B19

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.31%

 BLUE value IS 25 (10.16% from 255) = 7.74%

R = 78.95%
G = 13.31%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FF2B19 (or 0xFF2B19) is known color: Scarlet. HEX triplet: FF, 2B and 19. RGB value is (255,43,25). Sum of RGB (Red+Green+Blue) = 255+43+25=323 (42% of max value = 765). Red value is 255 (100% from 255 or 78.95% from 323); Green value is 43 (17.19% from 255 or 13.31% from 323); Blue value is 25 (10.16% from 255 or 7.74% from 323); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2B19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2B19 is #00D4E6. Grayscale: #686868. Windows color (decimal): -54503 or 1649663. OLE color: 1649663.

HSL color Cylindrical-coordinate representation of color #FF2B19: hue angle of 4.7º 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 #FF2B19 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.

Color convert

RGB 255 43 25 -
CMYK 0 0.83 0.90 0
HSL 4.7º 1% 0.55% -
HSV(B) 4.7º 0.9% 1% -
XYZ 42.28 23.06 3.14 -
YUV 104.34 83.24 235.46 -
System Red Green Blue C M Y K H S L
Decimal 255 43 25 0 0.83 0.90 0 4.7 1 0.55
Hex FF 2B 19 0 53 5A 0 5 64 37
Octal 377 53 31 0 123 132 0 5 144 67
Binary 11111111 101011 11001 0 1010011 1011010 0 101 1100100 110111

Color Harmonies of #FF2B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2B19

Black with #FF2B19

Text Example


Text Example

White with #FF2B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2B19; }

 p { color: rgb(255,43,25); }

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

background-color css

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

 a { background-color: rgb(255,43,25); }

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

border-color css

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

 span { border-color: rgb(255,43,25); }

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