Html Css Color HEX #FF0D4C Torch Red

📋 copy color: '#FF0D4C'

red 255 ◦ green 13 ◦ blue 76

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

Shades of Torch Red #FF0D4C

Tints of Torch Red #FF0D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.09%

R = 74.13%
G = 3.78%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.70

 K value IS 0

RGB Variations

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

Color information

#FF0D4C (or 0xFF0D4C) is known color: Torch Red. HEX triplet: FF, 0D and 4C. RGB value is (255,13,76). Sum of RGB (Red+Green+Blue) = 255+13+76=344 (45% of max value = 765). Red value is 255 (100% from 255 or 74.13% from 344); Green value is 13 (5.47% from 255 or 3.78% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0D4C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0D4C is #00F2B3. Grayscale: #5C5C5C. Windows color (decimal): -62132 or 4984319. OLE color: 4984319.

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

Color convert

RGB 255 13 76 -
CMYK 0 0.95 0.70 0
HSL 344.38º 1% 0.53% -
HSV(B) 344.38º 0.95% 1% -
XYZ 42.69 22.07 8.85 -
YUV 92.54 118.67 243.88 -
System Red Green Blue C M Y K H S L
Decimal 255 13 76 0 0.95 0.70 0 344.38 1 0.53
Hex FF D 4C 0 5F 46 0 158 64 35
Octal 377 15 114 0 137 106 0 530 144 65
Binary 11111111 1101 1001100 0 1011111 1000110 0 101011000 1100100 110101

Color Harmonies of #FF0D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0D4C

Black with #FF0D4C

Text Example


Text Example

White with #FF0D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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