Html Css Color HEX #FF2812 Scarlet

📋 copy color: '#FF2812'

red 255 ◦ green 40 ◦ blue 18

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

Shades of Scarlet #FF2812

Tints of Scarlet #FF2812

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.78%

 BLUE value IS 18 (7.42% from 255) = 5.75%

R = 81.47%
G = 12.78%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF2812 (or 0xFF2812) is known color: Scarlet. HEX triplet: FF, 28 and 12. RGB value is (255,40,18). Sum of RGB (Red+Green+Blue) = 255+40+18=313 (41% of max value = 765). Red value is 255 (100% from 255 or 81.47% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2812 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2812 is #00D7ED. Grayscale: #666666. Windows color (decimal): -55278 or 1190143. OLE color: 1190143.

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

Color convert

RGB 255 40 18 -
CMYK 0 0.84 0.93 0
HSL 5.57º 1% 0.54% -
HSV(B) 5.57º 0.93% 1% -
XYZ 42.11 22.82 2.76 -
YUV 101.78 80.73 237.29 -
System Red Green Blue C M Y K H S L
Decimal 255 40 18 0 0.84 0.93 0 5.57 1 0.54
Hex FF 28 12 0 54 5D 0 6 64 36
Octal 377 50 22 0 124 135 0 6 144 66
Binary 11111111 101000 10010 0 1010100 1011101 0 110 1100100 110110

Color Harmonies of #FF2812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2812

Black with #FF2812

Text Example


Text Example

White with #FF2812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2812; }

 p { color: rgb(255,40,18); }

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

background-color css

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

 a { background-color: rgb(255,40,18); }

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

border-color css

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

 span { border-color: rgb(255,40,18); }

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