Html Css Color HEX #FF260C Scarlet

📋 copy color: '#FF260C'

red 255 ◦ green 38 ◦ blue 12

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

Shades of Scarlet #FF260C

Tints of Scarlet #FF260C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.46%

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

R = 83.61%
G = 12.46%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF260C (or 0xFF260C) is known color: Scarlet. HEX triplet: FF, 26 and 0C. RGB value is (255,38,12). Sum of RGB (Red+Green+Blue) = 255+38+12=305 (40% of max value = 765). Red value is 255 (100% from 255 or 83.61% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 255 - color contains mainly: red. Hex color #FF260C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF260C is #00D9F3. Grayscale: #646464. Windows color (decimal): -55796 or 796415. OLE color: 796415.

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

Color convert

RGB 255 38 12 -
CMYK 0 0.85 0.95 0
HSL 6.42º 1% 0.52% -
HSV(B) 6.42º 0.95% 1% -
XYZ 42 22.67 2.51 -
YUV 99.92 78.39 238.61 -
System Red Green Blue C M Y K H S L
Decimal 255 38 12 0 0.85 0.95 0 6.42 1 0.52
Hex FF 26 C 0 55 5F 0 6 64 34
Octal 377 46 14 0 125 137 0 6 144 64
Binary 11111111 100110 1100 0 1010101 1011111 0 110 1100100 110100

Color Harmonies of #FF260C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF260C

Black with #FF260C

Text Example


Text Example

White with #FF260C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF260C; }

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

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

background-color css

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

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

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

border-color css

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

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

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