Html Css Color HEX #FF290C Scarlet

📋 copy color: '#FF290C'

red 255 ◦ green 41 ◦ blue 12

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

Shades of Scarlet #FF290C

Tints of Scarlet #FF290C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.31%

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

R = 82.79%
G = 13.31%
B = 3.9%

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

#FF290C (or 0xFF290C) is known color: Scarlet. HEX triplet: FF, 29 and 0C. RGB value is (255,41,12). Sum of RGB (Red+Green+Blue) = 255+41+12=308 (40% of max value = 765). Red value is 255 (100% from 255 or 82.79% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 255 - color contains mainly: red. Hex color #FF290C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF290C is #00D6F3. Grayscale: #666666. Windows color (decimal): -55028 or 797183. OLE color: 797183.

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

Color convert

RGB 255 41 12 -
CMYK 0 0.84 0.95 0
HSL 7.16º 1% 0.52% -
HSV(B) 7.16º 0.95% 1% -
XYZ 42.1 22.87 2.54 -
YUV 101.68 77.4 237.36 -
System Red Green Blue C M Y K H S L
Decimal 255 41 12 0 0.84 0.95 0 7.16 1 0.52
Hex FF 29 C 0 54 5F 0 7 64 34
Octal 377 51 14 0 124 137 0 7 144 64
Binary 11111111 101001 1100 0 1010100 1011111 0 111 1100100 110100

Color Harmonies of #FF290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF290C

Black with #FF290C

Text Example


Text Example

White with #FF290C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF290C; }

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

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

background-color css

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

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

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

border-color css

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

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

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