Html Css Color HEX #FF0D3A Torch Red

📋 copy color: '#FF0D3A'

red 255 ◦ green 13 ◦ blue 58

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

Shades of Torch Red #FF0D3A

Tints of Torch Red #FF0D3A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.99%

 BLUE value IS 58 (23.05% from 255) = 17.79%

R = 78.22%
G = 3.99%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#FF0D3A (or 0xFF0D3A) is known color: Torch Red. HEX triplet: FF, 0D and 3A. RGB value is (255,13,58). Sum of RGB (Red+Green+Blue) = 255+13+58=326 (43% of max value = 765). Red value is 255 (100% from 255 or 78.22% from 326); Green value is 13 (5.47% from 255 or 3.99% from 326); Blue value is 58 (23.05% from 255 or 17.79% from 326); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0D3A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0D3A is #00F2C5. Grayscale: #5A5A5A. Windows color (decimal): -62150 or 3804671. OLE color: 3804671.

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

Color convert

RGB 255 13 58 -
CMYK 0 0.95 0.77 0
HSL 348.84º 1% 0.53% -
HSV(B) 348.84º 0.95% 1% -
XYZ 42.15 21.85 6 -
YUV 90.49 109.67 245.34 -
System Red Green Blue C M Y K H S L
Decimal 255 13 58 0 0.95 0.77 0 348.84 1 0.53
Hex FF D 3A 0 5F 4D 0 15D 64 35
Octal 377 15 72 0 137 115 0 535 144 65
Binary 11111111 1101 111010 0 1011111 1001101 0 101011101 1100100 110101

Color Harmonies of #FF0D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0D3A

Black with #FF0D3A

Text Example


Text Example

White with #FF0D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0D3A; }

 p { color: rgb(255,13,58); }

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

background-color css

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

 a { background-color: rgb(255,13,58); }

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

border-color css

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

 span { border-color: rgb(255,13,58); }

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