Html Css Color HEX #FD0D33 Torch Red

📋 copy color: '#FD0D33'

red 253 ◦ green 13 ◦ blue 51

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

Shades of Torch Red #FD0D33

Tints of Torch Red #FD0D33

RGB

 RED value IS 253 (99.22% from 255) = 79.81%

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

 BLUE value IS 51 (20.31% from 255) = 16.09%

R = 79.81%
G = 4.1%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FD0D33 (or 0xFD0D33) is known color: Torch Red. HEX triplet: FD, 0D and 33. RGB value is (253,13,51). Sum of RGB (Red+Green+Blue) = 253+13+51=317 (41% of max value = 765). Red value is 253 (99.22% from 255 or 79.81% from 317); Green value is 13 (5.47% from 255 or 4.10% from 317); Blue value is 51 (20.31% from 255 or 16.09% from 317); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0D33 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0D33 is #02F2CC. Grayscale: #595959. Windows color (decimal): -193229 or 3345917. OLE color: 3345917.

HSL color Cylindrical-coordinate representation of color #FD0D33: hue angle of 350.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FD0D33 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 13 51 -
CMYK 0 0.95 0.80 0.01
HSL 350.5º 0.98% 0.52% -
HSV(B) 350.5º 0.95% 0.99% -
XYZ 41.25 21.41 5.09 -
YUV 89.09 106.51 244.91 -
System Red Green Blue C M Y K H S L
Decimal 253 13 51 0 0.95 0.80 0.01 350.5 0.98 0.52
Hex FD D 33 0 5F 50 1 15E 62 34
Octal 375 15 63 0 137 120 1 536 142 64
Binary 11111101 1101 110011 0 1011111 1010000 1 101011110 1100010 110100

Color Harmonies of #FD0D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0D33

Black with #FD0D33

Text Example


Text Example

White with #FD0D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0D33; }

 p { color: rgb(253,13,51); }

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

background-color css

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

 a { background-color: rgb(253,13,51); }

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

border-color css

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

 span { border-color: rgb(253,13,51); }

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