Html Css Color HEX #FF0C1A Torch Red

📋 copy color: '#FF0C1A'

red 255 ◦ green 12 ◦ blue 26

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

Shades of Torch Red #FF0C1A

Tints of Torch Red #FF0C1A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.1%

 BLUE value IS 26 (10.55% from 255) = 8.87%

R = 87.03%
G = 4.1%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FF0C1A (or 0xFF0C1A) is known color: Torch Red. HEX triplet: FF, 0C and 1A. RGB value is (255,12,26). Sum of RGB (Red+Green+Blue) = 255+12+26=293 (38% of max value = 765). Red value is 255 (100% from 255 or 87.03% from 293); Green value is 12 (5.08% from 255 or 4.10% from 293); Blue value is 26 (10.55% from 255 or 8.87% from 293); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0C1A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0C1A is #00F3E5. Grayscale: #565656. Windows color (decimal): -62438 or 1707263. OLE color: 1707263.

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

Color convert

RGB 255 12 26 -
CMYK 0 0.95 0.90 0
HSL 356.54º 1% 0.52% -
HSV(B) 356.54º 0.95% 1% -
XYZ 41.56 21.6 2.96 -
YUV 86.25 94.01 248.36 -
System Red Green Blue C M Y K H S L
Decimal 255 12 26 0 0.95 0.90 0 356.54 1 0.52
Hex FF C 1A 0 5F 5A 0 165 64 34
Octal 377 14 32 0 137 132 0 545 144 64
Binary 11111111 1100 11010 0 1011111 1011010 0 101100101 1100100 110100

Color Harmonies of #FF0C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0C1A

Black with #FF0C1A

Text Example


Text Example

White with #FF0C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0C1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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