Html Css Color HEX #FF3212 Scarlet

📋 copy color: '#FF3212'

red 255 ◦ green 50 ◦ blue 18

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

Shades of Scarlet #FF3212

Tints of Scarlet #FF3212

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.48%

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

R = 78.95%
G = 15.48%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF3212 (or 0xFF3212) is known color: Scarlet. HEX triplet: FF, 32 and 12. RGB value is (255,50,18). Sum of RGB (Red+Green+Blue) = 255+50+18=323 (42% of max value = 765). Red value is 255 (100% from 255 or 78.95% from 323); Green value is 50 (19.92% from 255 or 15.48% from 323); Blue value is 18 (7.42% from 255 or 5.57% from 323); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3212 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3212 is #00CDED. Grayscale: #6B6B6B. Windows color (decimal): -52718 or 1192703. OLE color: 1192703.

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

Color convert

RGB 255 50 18 -
CMYK 0 0.80 0.93 0
HSL 8.1º 1% 0.54% -
HSV(B) 8.1º 0.93% 1% -
XYZ 42.49 23.58 2.89 -
YUV 107.65 77.42 233.1 -
System Red Green Blue C M Y K H S L
Decimal 255 50 18 0 0.80 0.93 0 8.1 1 0.54
Hex FF 32 12 0 50 5D 0 8 64 36
Octal 377 62 22 0 120 135 0 10 144 66
Binary 11111111 110010 10010 0 1010000 1011101 0 1000 1100100 110110

Color Harmonies of #FF3212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3212

Black with #FF3212

Text Example


Text Example

White with #FF3212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3212; }

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

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

background-color css

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

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

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

border-color css

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

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

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