Html Css Color HEX #FF280C Scarlet

📋 copy color: '#FF280C'

red 255 ◦ green 40 ◦ blue 12

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

Shades of Scarlet #FF280C

Tints of Scarlet #FF280C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.91%

R = 83.06%
G = 13.03%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF280C (or 0xFF280C) is known color: Scarlet. HEX triplet: FF, 28 and 0C. RGB value is (255,40,12). Sum of RGB (Red+Green+Blue) = 255+40+12=307 (40% of max value = 765). Red value is 255 (100% from 255 or 83.06% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 12 (5.08% from 255 or 3.91% from 307); Max value from RGB is 255 - color contains mainly: red. Hex color #FF280C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF280C is #00D7F3. Grayscale: #656565. Windows color (decimal): -55284 or 796927. OLE color: 796927.

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

Color convert

RGB 255 40 12 -
CMYK 0 0.84 0.95 0
HSL 6.91º 1% 0.52% -
HSV(B) 6.91º 0.95% 1% -
XYZ 42.07 22.8 2.53 -
YUV 101.09 77.73 237.78 -
System Red Green Blue C M Y K H S L
Decimal 255 40 12 0 0.84 0.95 0 6.91 1 0.52
Hex FF 28 C 0 54 5F 0 7 64 34
Octal 377 50 14 0 124 137 0 7 144 64
Binary 11111111 101000 1100 0 1010100 1011111 0 111 1100100 110100

Color Harmonies of #FF280C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF280C

Black with #FF280C

Text Example


Text Example

White with #FF280C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF280C; }

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

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

background-color css

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

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

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

border-color css

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

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

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