Html Css Color HEX #F30630 Torch Red

📋 copy color: '#F30630'

red 243 ◦ green 6 ◦ blue 48

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

Shades of Torch Red #F30630

Tints of Torch Red #F30630

RGB

 RED value IS 243 (95.31% from 255) = 81.82%

 GREEN value IS 6 (2.73% from 255) = 2.02%

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

R = 81.82%
G = 2.02%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F30630 (or 0xF30630) is known color: Torch Red. HEX triplet: F3, 06 and 30. RGB value is (243,6,48). Sum of RGB (Red+Green+Blue) = 243+6+48=297 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81.82% from 297); Green value is 6 (2.73% from 255 or 2.02% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 243 - color contains mainly: red. Hex color #F30630 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30630 is #0CF9CF. Grayscale: #515151. Windows color (decimal): -850384 or 3147507. OLE color: 3147507.

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

Color convert

RGB 243 6 48 -
CMYK 0 0.98 0.80 0.05
HSL 349.37º 0.95% 0.49% -
HSV(B) 349.37º 0.98% 0.95% -
XYZ 37.56 19.4 4.56 -
YUV 81.65 109.02 243.08 -
System Red Green Blue C M Y K H S L
Decimal 243 6 48 0 0.98 0.80 0.05 349.37 0.95 0.49
Hex F3 6 30 0 62 50 5 15D 5F 31
Octal 363 6 60 0 142 120 5 535 137 61
Binary 11110011 110 110000 0 1100010 1010000 101 101011101 1011111 110001

Color Harmonies of #F30630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30630

Black with #F30630

Text Example


Text Example

White with #F30630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30630; }

 p { color: rgb(243,6,48); }

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

background-color css

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

 a { background-color: rgb(243,6,48); }

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

border-color css

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

 span { border-color: rgb(243,6,48); }

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