Html Css Color HEX #FF0330 Torch Red

📋 copy color: '#FF0330'

red 255 ◦ green 3 ◦ blue 48

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

Shades of Torch Red #FF0330

Tints of Torch Red #FF0330

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.98%

 BLUE value IS 48 (19.14% from 255) = 15.69%

R = 83.33%
G = 0.98%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF0330 (or 0xFF0330) is known color: Torch Red. HEX triplet: FF, 03 and 30. RGB value is (255,3,48). Sum of RGB (Red+Green+Blue) = 255+3+48=306 (40% of max value = 765). Red value is 255 (100% from 255 or 83.33% from 306); Green value is 3 (1.56% from 255 or 0.98% from 306); Blue value is 48 (19.14% from 255 or 15.69% from 306); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0330 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0330 is #00FCCF. Grayscale: #535353. Windows color (decimal): -64720 or 3146751. OLE color: 3146751.

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

Color convert

RGB 255 3 48 -
CMYK 0 0.99 0.81 0
HSL 349.29º 1% 0.51% -
HSV(B) 349.29º 0.99% 1% -
XYZ 41.81 21.54 4.75 -
YUV 83.48 107.99 250.34 -
System Red Green Blue C M Y K H S L
Decimal 255 3 48 0 0.99 0.81 0 349.29 1 0.51
Hex FF 3 30 0 63 51 0 15D 64 33
Octal 377 3 60 0 143 121 0 535 144 63
Binary 11111111 11 110000 0 1100011 1010001 0 101011101 1100100 110011

Color Harmonies of #FF0330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0330

Black with #FF0330

Text Example


Text Example

White with #FF0330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0330; }

 p { color: rgb(255,3,48); }

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

background-color css

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

 a { background-color: rgb(255,3,48); }

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

border-color css

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

 span { border-color: rgb(255,3,48); }

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