Html Css Color HEX #FF3012 Scarlet

📋 copy color: '#FF3012'

red 255 ◦ green 48 ◦ blue 18

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

Shades of Scarlet #FF3012

Tints of Scarlet #FF3012

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.95%

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

R = 79.44%
G = 14.95%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF3012 (or 0xFF3012) is known color: Scarlet. HEX triplet: FF, 30 and 12. RGB value is (255,48,18). Sum of RGB (Red+Green+Blue) = 255+48+18=321 (42% of max value = 765). Red value is 255 (100% from 255 or 79.44% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 18 (7.42% from 255 or 5.61% from 321); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3012 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3012 is #00CFED. Grayscale: #6A6A6A. Windows color (decimal): -53230 or 1192191. OLE color: 1192191.

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

Color convert

RGB 255 48 18 -
CMYK 0 0.81 0.93 0
HSL 7.59º 1% 0.54% -
HSV(B) 7.59º 0.93% 1% -
XYZ 42.41 23.42 2.86 -
YUV 106.47 78.08 233.94 -
System Red Green Blue C M Y K H S L
Decimal 255 48 18 0 0.81 0.93 0 7.59 1 0.54
Hex FF 30 12 0 51 5D 0 8 64 36
Octal 377 60 22 0 121 135 0 10 144 66
Binary 11111111 110000 10010 0 1010001 1011101 0 1000 1100100 110110

Color Harmonies of #FF3012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3012

Black with #FF3012

Text Example


Text Example

White with #FF3012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3012; }

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

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

background-color css

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

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

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

border-color css

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

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

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